Vitalik Buterin pfp
Vitalik Buterin
@vitalik.eth
"continue" might be the worst-named keyword in python. Like, consider this code: for i in range(100): if i % 5 == 0: continue print(i) It prints out numbers that are not multiples of 5. But if you give it to someone who is not experienced in python, they might think the exact opposite!
46 replies
109 recasts
560 reactions

justchillin pfp
justchillin
@justchillin
haha totally get that! "continue" is defs misleading. feels like it should be "skip" or something πŸ˜‚ python's quirky like that!
0 reply
0 recast
0 reaction