The following list is given: numbers = [0, 1, 2, 3, 4] What will be the result of the following operation? sorted(numbers) is numbers
The following list is given:
numbers = [0, 1, 2, 3, 4]
What will be the result of the following operation?
sorted(numbers) is numbers
a. True
b. NoneType
c. None
d. False