bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agoThe meaning of thisimagemessage-square72fedilinkarrow-up1545arrow-down115
arrow-up1530arrow-down1imageThe meaning of thisbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square72fedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·2 months 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