Skip to content

Instantly share code, notes, and snippets.

@tjt263
Created March 24, 2019 19:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tjt263/69c301fe235e749ef56d8533bcc10a97 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
def plusone(x):
y = x + 1
return(y)
print(plusone(1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment