Irelephant@lemm.ee to Programmer Humor@programming.devEnglish · 7 天前looks good to melemm.eeimagemessage-square46fedilinkarrow-up1739arrow-down18
arrow-up1731arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@programming.devEnglish · 7 天前message-square46fedilink
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up8·7 天前So basically the same as a discard in C#?
minus-squareKaryoplasma@discuss.tchncs.delinkfedilinkarrow-up2·edit-26 天前Yeah, Python has it as well. I think the only real use of it is code readability since you declare that this variable will never be used.
So basically the same as a discard in C#?
Yeah, Python has it as well. I think the only real use of it is code readability since you declare that this variable will never be used.