brennerm / PyTricks

Collection of less popular features and tricks for the Python programming language
MIT License
3.07k stars 503 forks source link

Python allows a convenient else clause for while. #8

Closed cgopalan closed 9 years ago

brennerm commented 9 years ago

Can you please show off somehow, that the else clause is not executed when the while loop exits with a break?

cgopalan commented 9 years ago

Updated. If you execute it, it will print: Whiling away! Whiling away! which means the else clause was not executed.

brennerm commented 9 years ago

Thanks! Wanna add yourself to the contributors?

cgopalan commented 9 years ago

Thanks! This is a cool list.

brennerm commented 9 years ago

Thanks, didn't expect it to become that big :)