KnowledgeBoat Logo
|

Computer Science

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.

Getting Started

2 Likes

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.

Answered By

1 Like


Related Questions