mudkip@lemdro.id to memes@lemmy.worldEnglish · 12 hours ago123 + 456 = 123456files.catbox.moeimagemessage-square38fedilinkarrow-up1209arrow-down134
arrow-up1175arrow-down1image123 + 456 = 123456files.catbox.moemudkip@lemdro.id to memes@lemmy.worldEnglish · 12 hours agomessage-square38fedilink
minus-squareLasherz@lemmy.worldlinkfedilinkarrow-up4·6 hours 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-up1·5 hours 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…