CBSE Class 11 Computer Science Question 33 of 80

Getting Started with Python — Question 10

Back to all questions
10
Question

Question 10

Python is a case-sensitive language. This means ............... .

  1. Capital and small letters are same for Python
  2. Python doesn't care about the case of alphabets
  3. Python treats capital and small letters as different
  4. Python automatically capitalizes the small letters
Answer

Python treats capital and small letters as different

Reason — Python is a case-sensitive language. This means that Python differentiates between capital and small alphabets.