CBSE Class 11 Computer Science
Question 33 of 80
Getting Started with Python — Question 10
Back to all questionsPython treats capital and small letters as different
Reason — Python is a case-sensitive language. This means that Python differentiates between capital and small alphabets.