Edit Game
Pythonistas Quiz Show
 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   8  Close
What is the output for this code?
Thank you! Thank you! Thank you!
What is output for this code?
55
Observe the given flowchart, what do you think is the answer for Letter A and Letter B?
A is TRUE. B is False.
In Python, what is the signal used to determine the body of the while loop?
Indentation
TRUE or FALSE: In the while loop, the process of iteration will only stop when the test expression evaluates TRUE.
FALSE
Based on the given pictures, which of them shows the proper syntax of while loop?
A
TRUE or FALSE: For Loop is use when we don't know the number of times to iterate beforehand.
FALSE
This loop continues to execute the code repeatedly as long as the condition is True.
While Loop