No student devices needed. Know more
21 questions
Float
Float
Float
Float
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 =
=>
Explore all questions with a free account