Skip to content

Instantly share code, notes, and snippets.

@gaganmanku96
Created February 17, 2020 15:41
Show Gist options
  • Save gaganmanku96/0376833724d4b86fbab8db4ae587c268 to your computer and use it in GitHub Desktop.
Save gaganmanku96/0376833724d4b86fbab8db4ae587c268 to your computer and use it in GitHub Desktop.
def add(first_num: int, second_num: int) -> int:
return first_num + second_num
add("a", "b")
>>ab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment