About 65,600 results
Open links in new tab
  1. How to create a simple quiz in python with multiple topics?

    Nov 7, 2014 · First of all your code is (no offence) all whack, one your completely ignoring the : s, don't use the normal input unless necessary or your in python 3. Also, please explain how your …

  2. make a quiz in python using lists - Stack Overflow

    Aug 3, 2015 · I'm trying to make a quiz in Python. I have found many tutorials that print the questions using print ("question") but I think that would take a lot of time to write.

  3. testing - Want to create a personality test in python. How to do ...

    May 4, 2012 · Want to create a personality test in python. How to do functions for this task? Asked 13 years, 5 months ago Modified 13 years, 5 months ago Viewed 7k times

  4. python - Music Quiz Project - Stack Overflow

    Dec 31, 2018 · I am creating a music quiz. Below is my CSV file. I would like to select a song and artist at random from the file - displaying the artist name but only the FIRST LETTER of each …

  5. Python Maths Quiz - Stack Overflow

    May 5, 2015 · I'm creating a math quiz with python however I am having a few troubles and I would appreciate it if someone could help me. I need the program to ask the user 10 questions …

  6. How do I make a score counter in Python? - Stack Overflow

    question is a python dictionary, it has a key and a value, the key in this case is the question, the value is a list, in this list we have all the possible options, and in the last item the answer;

  7. python - How to generate random questions and corresponding …

    Apr 4, 2022 · I'm making a quiz game and i want questions to be randomly generated. The problem is i dont know how to make corresponding answers to questions and how to make …

  8. how to randomize order of questions in a quiz in python?

    Mar 14, 2016 · Closed 10 years ago. My coursework is about a game. So far I have programmed registration but on the second task it says to generate questions for a quiz, in a randomized …

  9. Multiple choice quiz in python using random function and lists

    May 31, 2017 · I'm trying to make a multiple choice quiz using python. It seemed like something simple to make at first but now i'm scratching my head a lot trying to figure out how to do …

  10. make a random quiz with list in python - Stack Overflow

    Nov 30, 2017 · I Would like to make a random chose of questions from list i would like to know a way to make a random choice of the questions from the list and if that question is 1: to print …