Python Variables Flashcards
1
Q
When is a variable created?
A
The moment a value is assigned to it
2
Q
How can you get the data type of a variable?
A
Use the type() function
When is a variable created?
The moment a value is assigned to it
How can you get the data type of a variable?
Use the type() function