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