Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 18, 2010 00:46
Show Gist options
  • Save zzak/479993 to your computer and use it in GitHub Desktop.
Save zzak/479993 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
def plusten(y):
return y+10
print plusten(87)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment