Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created September 29, 2019 20:26
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/13375eade486f989ef66dfa5d4dd373c to your computer and use it in GitHub Desktop.
Save KinoAR/13375eade486f989ef66dfa5d4dd373c to your computer and use it in GitHub Desktop.
An example of a function without a return in Python
# Kino Rose - NierPixel - https://nierpixel.com/
# No Return Function
def secret_addition(num_one:int, num_two:int)->None:
num_one + num_two
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment