Identify the logical operator used in Python out of the following.

2023

Identify the logical operator used in Python out of the following.

Answer: A. and'and' is a logical operator in Python used to combine conditional expressions.

  1. A.

    and

  2. B.

    in

  3. C.

    <=

  4. D.

    +=

Attempted by 2984 students.

Show answer & explanation

Correct answer: A

'and' is a logical operator in Python used to combine conditional expressions.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…