Home »
Python »
Python Variables MCQs
What are identifiers?
4. What are identifiers?
- Identifiers are used to identify the module, class i.e., entity
- Identifiers are the names we used to store the values
- Identifiers are special inbuilt names
Answer: A) Identifiers are used to identify the module, class i.e., entity.
Explanation:
Identifiers are used to identify the module, class i.e., entity.