Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Why we hate python

Name: Anonymous 2007-09-09 12:36 ID:q4NZHhgp

I hate python because everything looks like:


do something
           do something
           do something
                    do something
                    do something
           do something


I MEAN WHAT THE FUCK??? THERES LIKE THINGS YOU CAN USE TO SEPERATE BLOCKS OF CODE LIKE {[()]} PYTHON WTF?

Name: Anonymous 2007-09-10 3:10 ID:FyUSzv+X

>>28
That doesn't work right, it redefines 'str' and doesn't escape its quotation marks.


def f(s):
    return "ONE WORD, THE FORCED %r, THREAD OVER" % s
s = "ONE WORD, THE FORCED INDENTATION OF CODE, THREAD OVER"
while True:
    s = f(s)
    print s

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List