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")