Skip to content

Instantly share code, notes, and snippets.

@Deiru2k
Created June 13, 2016 16:13
Show Gist options
  • Select an option

  • Save Deiru2k/ce5c3c47e64a1442eed54f17653818e8 to your computer and use it in GitHub Desktop.

Select an option

Save Deiru2k/ce5c3c47e64a1442eed54f17653818e8 to your computer and use it in GitHub Desktop.
def myFunc(arg1, arg2):
result = arg1 + arg2
return result
print(myFunc(2, 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment