Created
December 2, 2020 12:14
-
-
Save geekyarthurs/165071930a54a15be4a344c53cd1e7e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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