Edit Game
Grade8-1
 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   11  Close
What is the output for the code if user enter (9)?
Lower
score=35    if score> 30:           print ("You Win!") ,                     what is the output for the code?
You Win!
x=10
 x< 20
True
What data type grade have? grade= int (grade)
integer
which data type this value represent ( "Mohammed37")?
String
what is the data type does have (1.45)
Float
what is the variable in the following code? student= "Nora"
student is variable
in the following code, What is the value ? age= 34
34 is value
What does this shape represent in Flow Chart
input/ output
What does this shape represent in Flow Chart?
Used for Start / End
Give example "Char" data type?
"A", "B", "C" "D" , etc..