rage / programming-24

63 stars 39 forks source link

Extra closing bracket in Part 4 under the heading "Sorting lists" #88

Open Lagann311 opened 3 weeks ago

Lagann311 commented 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)))