bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 24 days agoThe meaning of thislemmy.mlexternal-linkmessage-square72fedilinkarrow-up1540arrow-down115
arrow-up1525arrow-down1external-linkThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 24 days agomessage-square72fedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·20 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