Ubuntu Pastebin
Paste from Chipaca at Wed, 16 Sep 2015 13:03:13 +0000
Download as text
1 2 3 4 5 6 7
def
f
(
a
):
f
.
__code__
=
(
lambda
_
:
None
)
.
__code__
print
(
a
)
f
(
"hi"
)
f
(
"bye"
)
Download as text