@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.world@egeres@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square15fedilink
minus-square@egeres@lemmy.worldOPlinkfedilink8•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.