bestelbus22 to Programmer Humor@lemmy.mlEnglish · 6 months agoThe meaning of thisimagemessage-square72linkfedilinkarrow-up1554arrow-down115cross-posted to: [email protected]
arrow-up1539arrow-down1imageThe meaning of thisbestelbus22 to Programmer Humor@lemmy.mlEnglish · 6 months agomessage-square72linkfedilinkcross-posted to: [email protected]
minus-squareArchrlinkfedilinkarrow-up1·6 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