A variable is the name given to a memory location in a program.
Variable is a container is called as variables.
Variable is Used to store a Value.
a= 30 variables = container to store a value.
b= “gopalsing" keywords = reserved words in python.
c= 71.22 identifiers = class/function/variable name.