At the beginning it says: "Now iterate all of the rows going from bottom to top. for i in range(len(work) - 1, 0 , -1): "
Do you really get to use "range(len(work) - 1, 0 , -1)" or is this just an example?