Skip to content

Instantly share code, notes, and snippets.

@geekyarthurs
Created December 2, 2020 12:16
Show Gist options
  • Save geekyarthurs/fdfde260716e248d3c803bff38f0b92b to your computer and use it in GitHub Desktop.
Save geekyarthurs/fdfde260716e248d3c803bff38f0b92b to your computer and use it in GitHub Desktop.
def getAge(age: int, name: str):
print( f" {age} : {type(age)} , {name} : {type(name)} " )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment