bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 18 days agoThe meaning of thislemmy.mlimagemessage-square68linkfedilinkarrow-up1525
arrow-up1525imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 18 days agomessage-square68linkfedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·15 days 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