They cannot start with a number.
They are case sensitive!
Invalid variable names
7_days = 24 * 73 = 2 + 1
Some common naming conventions are UpperCamelCase for class names, CAPITALIZED_WITH_UNDERSCORES for constants, and snake_case for other names, including most variable names.