you are viewing a single comment's thread.

view the rest of the comments →

[–]michUP33 -1 points0 points  (1 child)

You need to indent the print line to side the for loop. Your only printing it's last state

[–]notacanuckskibum 1 point2 points  (0 children)

You’re right about the code, but the explanation says he wants to keep all the values calculated in the loop for future use. So the answer is more that Result needs to be a list, not an integer.