Edit Game
How to use counter and conditions in loops
 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   9  Close
True or False = .............. ?
True
True and False = ........... ?
False
Boolean values are ............. and .............. ?
True and False
what we use for Loops in python ?
for, while
To change a string varibale into integer you use ................ ?
int() function
the data type of a variable contains text is ?
String
counting odd number backwards from 15 to 1.
15,13,11,9,7,5,3,1
Keep counting random numbers until a number larger then (X) is given.
150 or larger
Count the even number from 1 to 20
2,4,6,8,10,12,14,16,18,20