bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoThe meaning of thislemmy.mlexternal-linkmessage-square72linkfedilinkarrow-up1542arrow-down114
arrow-up1528arrow-down1external-linkThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square72linkfedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·1 year ago_ can also be used in the python interactive terminal to mean ‘last return value’ Ie: > 'string' 'string' > a = _ > print(a) string
_can also be used in the python interactive terminal to mean ‘last return value’Ie:
> 'string' 'string' > a = _ > print(a) string