Pastebin

Paste #1970: python

< previous paste - next paste>

Pasted by chrivers

Download View as text

>>> q = a.a
>>> q(10)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: a() takes exactly 1 argument (2 given)

>>> w = a.foo
>>> w(10)
41

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.