Created
April 17, 2021 02:02
-
-
Save ofelix03/39490108c2771d2afda01f4d2f6e4fd5 to your computer and use it in GitHub Desktop.
if-for-conditions-bad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cheques = [...] | |
| if cheques: | |
| for cheque in cheques: | |
| # run some action on cheque | |
| pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment