CBSE Class 11 Informatics Practices
Question 31 of 62
Getting Started with Python — Question 12
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.