Python Variables Flashcards

1
Q

When is a variable created?

A

The moment a value is assigned to it

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

How can you get the data type of a variable?

A

Use the type() function

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