egeres@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoYou can't understand my painlemmy.worldimagemessage-square15fedilinkarrow-up1149
arrow-up1134imageYou can't understand my painlemmy.worldegeres@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square15fedilink
minus-squareasudox@lemmy.worldlinkfedilinkarrow-up15·edit-21 year agodef piss(): pass; piss = piss() Here you go.
minus-squareegeres@lemmy.worldOPlinkfedilinkarrow-up6·1 year agoBut actually, You can just replace that line with piss = None, assigning piss = piss() does not invoke the former method when writing the new variable “standalone”
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.