143
You can't understand my pain
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
def piss(): pass; piss = piss()
Here you go.
But actually, You can just replace that line with
piss = None
, assigningpiss = piss()
does not invoke the former method when writing the new variable "standalone"Oh well.