Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Last active October 16, 2021 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatosmorina/4f1701c62cffd1a42f59d5cbaa6cf58a to your computer and use it in GitHub Desktop.
Save fatosmorina/4f1701c62cffd1a42f59d5cbaa6cf58a to your computer and use it in GitHub Desktop.
def are_conditions_met(conditions):
for condition in conditions:
if not condition:
return False
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment