Sort

Lesson 26: Selection Sort (Not in-place)

Lesson 27: Selection Sort (in-place), 2D lists, Tuples, Dictionaries intro

I forgot to mention in the video you can change an existing list L into a tuple with the following python code

T = tuple(L)