Question 392: What is a variable?
tcs
wipro
infosys
general
aptitude
variables
python-programming
In Python, a variable is a named representation of a memory location that is used to store a value, such as a number, string, or boolean. By assigning a value to a variable, you can easily refer to that value later in your code.