This is video is all about the rules to follow while naming a variable ( a container in the memory space to store some values , to perform some operations upon ).
Snake Case
Camel Case
Pascal Case
not to start with number
can have underscores
Keywords in python to be in small
Python is a case sensitive language