bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 7 days agoThe meaning of thisimagemessage-square70fedilinkarrow-up1537arrow-down115
arrow-up1522arrow-down1imageThe meaning of thisbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 7 days agomessage-square70fedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·4 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