Skip to content

Instantly share code, notes, and snippets.

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