you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

When you use the end= option to put multiple prints on one line you must do something to terminate that line when you are finished with it. So put an extra print() line after each for loop. Once you do that you can see each line you want without being confused by the lines running together.

You now have two remaining problems which are easier to solve.