CBSE Class 11 Computer Science Question 8 of 80

Getting Started with Python — Question 8

Back to all questions
8
Question

Question 8

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. A is false but R is true.
Answer

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.