Skip to content

Instantly share code, notes, and snippets.

@jordanorelli
Created April 3, 2014 15:35
Show Gist options
  • Save jordanorelli/9956729 to your computer and use it in GitHub Desktop.
Save jordanorelli/9956729 to your computer and use it in GitHub Desktop.
def plus_one(x):
return x + 1
y = 5
print plus_one(y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment