Variables in python!
Variable in python is a name given to a value or it can be considered as a container for storing data values assigned to it.
eg: a=3
The value 3 is assigned to the variable a. Thus when this statement gets executed, the variable a is associated with...
developwithkanika.hashnode.dev2 min read