Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created September 2, 2015 11:53
Show Gist options
  • Save AndyNovo/75a8d4dc22416ef840da to your computer and use it in GitHub Desktop.
Save AndyNovo/75a8d4dc22416ef840da to your computer and use it in GitHub Desktop.
x = 2 * (4 + 12)
y = x + 8
z = y * y
w = "hi"
u = w * 3
print(x,y,z,w,u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment