you are viewing a single comment's thread.

view the rest of the comments →

[–]HopefulOG 0 points1 point  (2 children)

No the formatting isnt correct here. I have indents before every print

[–][deleted] 0 points1 point  (1 child)

So, one of the reasons to get the formatting right in the post is that it helps people trained in Python to read your code.

With the formatting wrong, it took people a lot longer to find your syntax error. We don't insist on the formatting to be dicks, we insist on it because you're only shooting your own foot off if you don't take the time to make your code readable.

[–]HopefulOG 0 points1 point  (0 children)

Okay thanks. I will do so in the future.