Hacker News new | ask | show | jobs
by jmathes 5290 days ago
f = lambda: g(""")

f()

technically not two commands, and it will look like:

>>> f = lambda: g(""")

. . . f()