Light Mode
Dark Mode
Explain hint's code

What does 'row' in this code?

for i in range(len(work) - 2, -1, -1):
    row = work[i] # we can make this with enumerate also
    for j in range(len(work[i])):
        ...
Created: Oct. 3, 2023, 9:03 a.m.
Updated: Oct. 5, 2023, 4:47 p.m.
0
11
User avatar
sasacihun4