←back to thread

312 points chmaynard | 1 comments | | HN request time: 0.508s | source
Show context
aliljet ◴[] No.45059199[source]
For better or worse, I find Python beautiful. And here's an easter egg for everyone (it comes up in the Documentary too):

  import this
Even on HN, indentation reigns king.
replies(3): >>45060318 #>>45060810 #>>45061343 #
1. milliams ◴[] No.45061343[source]
I enjoy:

  >>> from __future__ import braces 
    File "<python-input-2>", line 1
      from __future__ import braces 
                             ^^^^^^
  SyntaxError: not a chance