Lesson 57
List Sorting
Organize your data!
sort
Sort Your Lists!
Put items in order automatically!
.sort()
Changes the original list
sorted()
Returns a new sorted list
Organize your data!
Put items in order automatically!
.sort()
Changes the original list
sorted()
Returns a new sorted list