Question-64: Which all are true about variable name?
- Variable name can have upper- and lower-case letters.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Answer: A, C, E, F
Exp :
Restrictions for variable name
- Variable name can have upper- and lower-case letters.
- Variable name can have digit in it
- Variable name can have “_” underscore in it
-
You can access to full explanation to question and answer from this page.