Which of the following is an example of an augmented operator in Python?

2026

Which of the following is an example of an augmented operator in Python?

  1. A.

    <

  2. B.

    not in

  3. C.

    and

  4. D.

    **=

Attempted by 301 students.

Show answer & explanation

Correct answer: D

An augmented assignment operator in Python combines an operation with variable assignment, such as += or **=. Option 3 (**=) is the correct example of an augmented exponentiation operator. Other options represent comparison, membership, or logical operators which do not perform assignment.

Explore the full course: Rssb Senior Computer Instructor