Skip to content

Instantly share code, notes, and snippets.

@ofelix03
Created April 17, 2021 02:03
Show Gist options
  • Select an option

  • Save ofelix03/1479288a57310bfbae300bf68a6f1a7e to your computer and use it in GitHub Desktop.

Select an option

Save ofelix03/1479288a57310bfbae300bf68a6f1a7e to your computer and use it in GitHub Desktop.
if-for-conditions-better
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