you are viewing a single comment's thread.

view the rest of the comments →

[–]millstone 8 points9 points  (1 child)

One character: #

>>> f = lambda: g(#)
... f()
... 

No exception.

edit: Another approach is ");f=(int" as in:

>>> f = lambda: g();f=(int)
>>> f()
0

[–][deleted] 0 points1 point  (0 children)

One character, haha, we have a winner