CBSE Class 11 Informatics Practices Question 36 of 62

Getting Started with Python — Question 4

Back to all questions
4
Question

Question 4

Is Python case-sensitive?

Answer

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