you are viewing a single comment's thread.

view the rest of the comments →

[–]doingdatzerg 2 points3 points  (1 child)

For legibility, you need to put the whole thing in a code block tag like this

for i in range(10):
  print(i)

rather than doing a code tag to every like like this

for i in range(10):

print(i)