Skip to content

Instantly share code, notes, and snippets.

@zbrasseaux
Created February 23, 2018 19:28
Show Gist options
  • Save zbrasseaux/429e28206f975ce308aab9a7a0716c08 to your computer and use it in GitHub Desktop.
Save zbrasseaux/429e28206f975ce308aab9a7a0716c08 to your computer and use it in GitHub Desktop.
x = 3
y = 4
print (x + y)
print (x - y)
print (x * y)
print (x ** y)
print (x/y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment