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?
Created at: 2023/04/11 10:48; Updated at: 2023/04/11 12:09
The question is resolved.