

InterviewSolution
Saved Bookmarks
1. |
What is the maximum possible length of an identifier?(a) 31 characters(b) 63 characters(c) 79 characters(d) none of the mentionedI had been asked this question in my homework.The origin of the question is Variable Names topic in portion Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» Correct answer is (d) NONE of the mentioned |
|