📅  最后修改于: 2022-03-11 14:46:04.951000             🧑  作者: Mango
def hello(first_name,last_name,age):
print("hello",first_name ,last_name)
print("ur r",age,"years old")
print("nice to meet u")
hello("Bro","Code","21")