What is the difference between `sorted(list)` vs `list.sort()`? What is the difference between `sorted(list)` vs `list.sort()`? python python