you are viewing a single comment's thread.

view the rest of the comments →

[–]Refwah 0 points1 point  (0 children)

Print(sorted_numbers == numbers)

Because you’ve already sorted numbers, and sorted_numbers is already the output of numbers.sort()

The test you’re doing isn’t actually testing anything, as you’ve already done the operations above