Variable Naming Convention In Python

Опубликовано: 22 Май 2026
на канале: Sou malya
13
2

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