Edit Game
Python quiz
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   16  Close
What is wrong with this piece of code?
It needs to use ' == ' instead of ' = '
What is the output from running this code?
Hello AlexAlex
What is the output from running this code?
13
What keyword starts a conditional statement? a) while b) def c) if d) elif
c) if
What is the output from running this code?
Even
What is the output from running this code?
Big
What is the output from running this code?
100
What is the output from running this code?
False
What is the output from running this code?
12
What is the output from running this code?
67
What is the output from running this code?
Error
What is the MINIMUM amount of questions that can be asked when runnning this program?
1
What is the MAXIMUM amount of questions that can be asked when runnning this program?
2
What is the output from running this code?
True
What is wrong with the following piece of code?
The if and else statements are missing the ' : '
What is the output?
cat