Skip to content

Instantly share code, notes, and snippets.

@eljobe
Created February 17, 2012 19:49
Show Gist options
  • Save eljobe/1855095 to your computer and use it in GitHub Desktop.
Save eljobe/1855095 to your computer and use it in GitHub Desktop.
no_temp_swap
x = 50
y = 75
x = x ^ y
y = x ^ y
x = x ^ y
print x
print y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment