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:

Verified
Correct Answer:
Verified
Related Questions
Q33: In scripts that include the definitions of
Q34: The list method ascending mutates a list
Q35: When a Python script is running as
Q36: To prevent aliasing, a new object can
Q37: In a Python dictionary, an association is
Q39: A list is a sequence of data
Q40: In a dictionary, a -> separates a
Q41: A function can be defined in a
Q42: What statement correctly defines what a median
Q43: When declaring a tuple, you enclose the