cm0002@sh.itjust.works to Programmer Humor@programming.dev · 21 hours agoMadness or brilliancefeddit.orgimagemessage-square33fedilinkarrow-up1387arrow-down13cross-posted to: [email protected]
arrow-up1384arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 21 hours agomessage-square33fedilinkcross-posted to: [email protected]
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up4·edit-24 hours agoThis is the way Although I also like: File 1: print(0.1) print(0.2) File 2: print(1.1) print(1.2) … Minimal c+p+e effort
This is the way Although I also like:
File 1:
print(0.1)
print(0.2)
File 2:
print(1.1)
print(1.2)
…
Minimal c+p+e effort