Skip to content

Instantly share code, notes, and snippets.

@jan25
Created April 13, 2018 05:47
Show Gist options
  • Save jan25/9368848c9db970f9152e376e2f586e12 to your computer and use it in GitHub Desktop.
Save jan25/9368848c9db970f9152e376e2f586e12 to your computer and use it in GitHub Desktop.
def callAll():
result = True
result = A() and result
result = B() and result
# so on
return result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment