Open Lagann311 opened 3 weeks ago
In Part 4 of the List section under the heading "Sorting lists", the following Code contains one extra closing bracket which throws an error:
my_list = [2,5,1,2,4] print(sorted(my_list)))
In Part 4 of the List section under the heading "Sorting lists", the following Code contains one extra closing bracket which throws an error: