What is a Variable in Python?
A variable is a name given to a memory location, which is used to store data.
Example:

Naming Rules:
- It must start with a letter or underscore (
_).
- Cannot begin with a number.
- Can contain letters, numbers, and underscores.
- But can't use special symbols like !,#,@,%,$ etc.
_enhanced.png)
g
.jpg)
