Skip to content

Instantly share code, notes, and snippets.

@bern
Last active October 2, 2018 15:49
Show Gist options
  • Save bern/c31c17feb39076935faf274d352debe8 to your computer and use it in GitHub Desktop.
Save bern/c31c17feb39076935faf274d352debe8 to your computer and use it in GitHub Desktop.
if condition1:
condition1Succeeded = True
if condition2:
condition2Succeeded = True
if condition1Succeeded and condition2Succeeded:
print("success!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment