Skip to content

Instantly share code, notes, and snippets.

@geekyarthurs
Created December 2, 2020 12:14
Show Gist options
  • Save geekyarthurs/165071930a54a15be4a344c53cd1e7e6 to your computer and use it in GitHub Desktop.
Save geekyarthurs/165071930a54a15be4a344c53cd1e7e6 to your computer and use it in GitHub Desktop.
def getAge(age, name):
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