Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created August 7, 2020 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahgift/dd9eafbb21fd8ef7a7598c95918e21dd to your computer and use it in GitHub Desktop.
Save noahgift/dd9eafbb21fd8ef7a7598c95918e21dd to your computer and use it in GitHub Desktop.
def add(x,y):
return x+y
total = add(2,2)
print(total)
#var=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment