MashedTech@lemmy.world to Programmer Humor@programming.dev · 5 months agoI redid the meme with what hurts melemmy.worldexternal-linkmessage-square57fedilinkarrow-up1449arrow-down112file-text
arrow-up1437arrow-down1external-linkI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@programming.dev · 5 months agomessage-square57fedilinkfile-text
minus-squareRain World: Slugcat Game@lemmy.worldlinkfedilinkarrow-up3·edit-25 months agojs is similar, though it does not include python’s precalculated numbers calculates integers from -5 to 256, see: > a = 100 > b = 100 > c = 1000 > d = 1000 > a is b True > c is d False
js is similar, though it does not include python’s precalculated numbers
calculates integers from -5 to 256, see: