In this video by Programming, we will learn Python Variables, Constants and Literals for Beginners.
Python Variables : In programming, a variable is a container (storage area) to hold data.
For example: var = 5
Python Constants : A constant is a special type of variable whose value cannot be changed.
For Example: PI = 3.14
#Variables #Constants #Literals
Learn Python With Ajit Kumar | Ajit Kumar Python