Skip to content

Instantly share code, notes, and snippets.

@kurenaif
Created October 25, 2017 13:25
Show Gist options
  • Save kurenaif/6ecb7c8bb36be84f5538fd7f436bb38e to your computer and use it in GitHub Desktop.
Save kurenaif/6ecb7c8bb36be84f5538fd7f436bb38e to your computer and use it in GitHub Desktop.
def func(arg1: str, arg2: int) :
return arg1+str(arg2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment