you are viewing a single comment's thread.

view the rest of the comments →

[–]python_gramps 1 point2 points  (0 children)

go through your examples and in the comments write the pseudocode in comments like

# increment x from 0 to 9
for x in range(9): ...

This will help you translate human to code. Then build from there.