NEW
Font size
WorksheetsVariables and Data Types
Total questions: 21
Worksheet time: 18mins
100
Float
99.10
Float
"Miss Read"
Float
TRUE
Float
"D"
Float
Float
Float
Float
Float
What is the name of this variable?
Year = input("Enter your date of birth")
Year
Integer
What is the name of this variable?
Response = input("Please enter a string")
String
Response
What is the data type of this variable?
number = int(input("please enter a number"))
number
Integer
What is the data type of this variable?
symbol = input("Please enter a character")
symbol
Character
What does this symbol mean?
<
Less than
Greater than
Equal to
Not Equal to
What does this symbol mean?
>
Less than
Greater than
Equal to
Not Equal to
What does this symbol mean?
==
Less than
Greater than
Equal to
Not Equal to
What does this symbol mean?
!=
Less than
Greater than
Equal to
Not Equal to
Which of these symbols means less than or equal to?
<=
< or =
=<
Which of these symbols means greater than or equal to?
>=
> or =
=>
