पहचानकर्ताओं से निपटने के दौरान पाइथन केस संवेदनशील है?
Is Python case sensitive when dealing with identifiers?
A
Yes
B
No
C
Machine dependent
D
None of the above
Explanation
Yes, Python is case sensitive when dealing with identifiers. This means that identifiers with different capitalization are treated as distinct.
Correct Answer: A) Yes