Python follows certain rules when it comes to variable names.
Tip #1: Variable names should only contain alpha numeric characters.
This means only characters from a to z, numbers and _ are supported in variable names. Any other character is not entertained.