New

Sorting Lists in Python

Consider a Python list called mylist. How does using sorted(mylist) differ from mylist.sort()?

bugfree Icon

Hello, I am bugfree Assistant. Feel free to view the hints above or ask me for any question related to this problem

Answer Panel