Home »
Python »
Python Variables MCQs
What are variables?
1. What are variables?
- Variables are used to identify the module, class i.e., entity
- Variables are the names we used to store the values
- Variables are special inbuilt names
Answer: B) Variables are the names we used to store the values.
Explanation:
Variables are the names we used to store the values; these are the user-defined names that are used to assign the values.