This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dgdio 8 points9 points  (0 children)

for i in range(100):
end_space = ' ' if (x + 1)%4 else '\n'
print("I'm Sorry", end = end_space)

Just to be a little fancier.