Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
native_say_history solution in Uncategorized category for Say Hi by Jon_Red
def say_hi(n:str,a:int)->str:
''' Hi! '''
return'Hi. My name is '+n+" and I'm "+str(a)+' years old'
April 24, 2020