mudkip@lemdro.id to memes@lemmy.worldEnglish · 2 days ago123 + 456 = 123456files.catbox.moeimagemessage-square44linkfedilinkarrow-up1251arrow-down160
arrow-up1191arrow-down1image123 + 456 = 123456files.catbox.moemudkip@lemdro.id to memes@lemmy.worldEnglish · 2 days agomessage-square44linkfedilink
minus-squareLasherz@lemmy.worldlinkfedilinkarrow-up4·1 day agoI feel like this well represents one of my first coding mistakes in VB, right before I started way overusing conversion calls
minus-squareJasonDJ@lemmy.ziplinkfedilinkarrow-up3·1 day agoI asked python to do this, and it checks out… a = "123" b = "456" c = a + b print(c) 123456
I feel like this well represents one of my first coding mistakes in VB, right before I started way overusing conversion calls
I asked python to do this, and it checks out…