Quantcast
Viewing latest article 14
Browse Latest Browse All 31

Comment by luke on How to emulate a do-while loop?

A better solution would be: do = True; while do: ; something(); if (do := condition()): complain();

Viewing latest article 14
Browse Latest Browse All 31

Trending Articles