Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 5 months agoModern Programminglemmy.zipimagemessage-square1linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageModern Programminglemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 5 months agomessage-square1linkfedilink
minus-squareentropicdrift@lemmy.sdf.orglinkfedilinkarrow-up1·5 months agoprint("odd" if num % 2 else "even") That’s the native python version, for those curious
print("odd" if num % 2 else "even")That’s the native python version, for those curious