

InterviewSolution
Saved Bookmarks
1. |
Is Python case sensitive when dealing with identifiers?(a) yes(b) no(c) machine dependent(d) none of the mentionedThis question was posed to me during an interview.The above asked question is from Variable Names in division Variable Names, Operators, Data Types & Numeric Types of Python |
Answer» The CORRECT OPTION is (a) yes |
|