# test program name = input("What is your name?") second_name = input ("what is your surname?") age=float(input("how old are you?")) print(f"Greetings {name} {second_name} you are {age} years old")