Created
April 17, 2021 02:03
-
-
Save ofelix03/1479288a57310bfbae300bf68a6f1a7e to your computer and use it in GitHub Desktop.
if-for-conditions-better
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 = [...] | |
| 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