Variable Declaration in Python from Tronix Technologies by Kusu Srinivas Rao.
Visit us @www.tronixtechs.com
A Python variable is a reserved memory location to store values.
How to Declare and use a Variable.
Rules for Python variables:
A variable name must start with a letter or the underscore character. A variable name cannot start with a number.