Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Last active October 16, 2021 07:11
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/00e2536c1ddf18f5f9eac53a1cf0c531 to your computer and use it in GitHub Desktop.
Save fatosmorina/00e2536c1ddf18f5f9eac53a1cf0c531 to your computer and use it in GitHub Desktop.
def are_conditions_met(conditions):
for condition in conditions:
if condition:
return True
return False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment