Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created September 29, 2019 20:23
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 KinoAR/ede30b54119284902797780d482f616d to your computer and use it in GitHub Desktop.
Save KinoAR/ede30b54119284902797780d482f616d to your computer and use it in GitHub Desktop.
An example of an addition fucntion in Pyhton.
# Kino Rose - NierPixel - https://nierpixel.com/
# Python Function Example
def add(num_one:int, num_two:int)->int:
return num_one + num_two
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment