CBSE Class 11 Computer Science
Question 8 of 80
Getting Started with Python — Question 8
Back to all questions 8
Question Assertion (A): Python is a case-sensitive language.
Reasoning (R): Python is easy to understand as it has a clearly defined syntax and simple structure.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true but R is not the correct explanation of A.
Explanation
Python is a case-sensitive language. This means that Python differentiates between capital and small alphabets. Python programs use clear, simple, concise instructions and clearly defined syntax and simple structure that are easy to read and understand even by non-programmers.