Edit Game
Data Type
 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   7  Close
What is the data type of -37? A. float B. string C. integer D. boolean
C
Which Python data type would you use to store your name?
String
Which symbol is used for strings in Python? A. ( ) B. [ ] C. " " D. { }
C
What is the value type of True? A. integer B. float C. boolean D. string
C
Which data type stores text? A. string B. integer C. float D. list
A
What is the data type of 3.14? A. integer B. string C. float D. boolean
C
Which data type is used for whole numbers? A. string B. integer C. float D. boolean
B