egeres@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoYou can't understand my painlemmy.worldimagemessage-square15fedilinkarrow-up1161arrow-down117
arrow-up1144arrow-down1imageYou can't understand my painlemmy.worldegeres@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square15fedilink
minus-squareasudox@lemmy.worldlinkfedilinkarrow-up19·edit-21 year agodef piss(): pass; piss = piss() Here you go.
minus-squareegeres@lemmy.worldOPlinkfedilinkarrow-up8·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.