Skip to content

Instantly share code, notes, and snippets.

@kaworun
Created January 23, 2013 06:05
Show Gist options
  • Save kaworun/4602475 to your computer and use it in GitHub Desktop.
Save kaworun/4602475 to your computer and use it in GitHub Desktop.
x = 10 + 5
y = 5 * 5
z = 10 % 3
n = 2 ^ 3
print(x)
print(y)
print(z)
print(n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment