Python permitiu caracters variáveis
Letters: A-Z, a-z
Digits: 0-9 # the first character of a variable name cannot be a digit
And the underscore character _
Enoch
Letters: A-Z, a-z
Digits: 0-9 # the first character of a variable name cannot be a digit
And the underscore character _