Skip to content

Instantly share code, notes, and snippets.

@SaraM92
Last active July 14, 2020 10:32
Show Gist options
  • Save SaraM92/f23df0148afe6dcebec6e1e957c8f74c to your computer and use it in GitHub Desktop.
Save SaraM92/f23df0148afe6dcebec6e1e957c8f74c to your computer and use it in GitHub Desktop.
print('Hello\nWorld!')
x = 2
y = 3
if x == 1:
print(True)
firstCond = <Complicated Condition>
secCond = <Another Complicated Condition>
if firstCond and secCond:
# do a bunch of things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment