CBSE Class 11 Computer Science Question 53 of 80

Getting Started with Python — Question 18

Back to all questions
18
Question

Question 18

Is Python case-sensitive?

Answer

Yes, Python is a case-sensitive language. This means that Python differentiates between uppercase (capital) and lowercase (small) letters.