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