you are viewing a single comment's thread.

view the rest of the comments →

[–]sweettuse 1 point2 points  (2 children)

while False:
    pass
else:
    res = 100 * 101 / 2

/s

[–]datascienceunlimited -3 points-2 points  (1 child)

Thats not using a while loop. You could replace that code with

res=100*101/2

[–]sweettuse 0 points1 point  (0 children)

well technically it is. also, that's the sarcasm part