# test program v1 name = input("what is your name? ") second_name = input("what about your last name? ") AGE = int(input("How old are you? ")) print (f"hello there {name} {second_name} you are {age} years old ")