test

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)

You'll only receive email when they publish something new.

More from Somos La Cizaña
All posts