Coding > Python Variables > Flashcards
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