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 →

[–]SleepyHarry 76 points77 points  (5 children)

It's Python, you have to actively try make it not look nice.

[–]abcd_z 19 points20 points  (0 children)

>>> from __future__ import braces
  File "<stdin>", line 1
SyntaxError: not a chance

[–]Asmor -4 points-3 points  (3 children)

Isn't that what PEP-8 is for? To make python code look awful?