test
January 16, 2021•54 words
my_dogs = 2
rules
- cannot start with a number
- no spaces
- no symbols
- lowercase (in general)
- avoid special meaning in Python
- no need to declare
- can change type on the fly (dynamic typing)
type()
#function
sirve para verificar el tipo de variable
type(my_dogs)