python Flashcards

1
Q

What data type is this ‘shush’?

A

string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What data type is this ‘123’?

A

integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What data type is this ‘x’?

A

variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What data type is this ‘99.1’

A

float/real

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is iteration?

A

iteration is a loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is definite iteration?

A

a loop that will end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What data type is this? ‘True or False’

A

Boolean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly