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

Bad things about python

Name: Anonymous 2007-02-02 12:05

ITT we list all the bad things about python.

I know it has good points as well but thats not for this thread. thanks.

Name: Anonymous 2008-12-12 16:45

>>> def _(a=[]):
...  a += [len(a),]
...  return a
...
>>> ((_()))
[0]
>>> ((_()))
[0, 1]
>>> ((_()))
[0, 1, 2]

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