HOME
COURSE OVERVIEW
CODE CHALLENGES
REGISTER
WALL OF FAME
Forum
Members
More
Please explain me the use of variables.
Variable is used to hold a value in the memory location. In Python, we may reuse the same variable to store values of any type. Also Variables do not need to be declared with any particular type and can even change type after they have been set.
Variable is used to hold a value in the memory location. In Python, we may reuse the same variable to store values of any type. Also Variables do not need to be declared with any particular type and can even change type after they have been set.