CBSE Class 11 Informatics Practices Question 31 of 62

Getting Started with Python — Question 12

Back to all questions
12
Question

Question 12

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.