Robotics & Artificial Intelligence

The …………… keyword is used to print the list elements in descending order.

  1. Sort
  2. Index
  3. Descend
  4. Reverse

Python List Manipulation

3 Likes

Answer

Reverse

Reason — The keyword reverse=True is used with the sort() function to arrange and print list elements in descending order.

Answered By

3 Likes


Related Questions