Solved

What Happens If You Use the Following Statement to Sort

Question 38

Multiple Choice

What happens if you use the following statement to sort a list of numbers called numbers? numbers = numbers.sort()


A) numbers is a value of None
B) The list is now ordered in ascending order.
C) The list is now ordered in descending order.
D) The numbers variable becomes a reference to a sorted list.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions