python Flashcards
1
Q
What data type is this ‘shush’?
A
string
2
Q
What data type is this ‘123’?
A
integer
3
Q
What data type is this ‘x’?
A
variable
4
Q
What data type is this ‘99.1’
A
float/real
5
Q
What is iteration?
A
iteration is a loop
6
Q
What is definite iteration?
A
a loop that will end
7
Q
What data type is this? ‘True or False’
A
Boolean