bestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 10 days agoThe meaning of thislemmy.mlimagemessage-square72linkfedilinkarrow-up1537arrow-down114
arrow-up1523arrow-down1imageThe meaning of thislemmy.mlbestelbus22@lemmy.world to Programmer Humor@lemmy.mlEnglish · 10 days agomessage-square72linkfedilink
minus-squareArchr@lemmy.worldlinkfedilinkarrow-up1·6 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