#test program name = input ('what is your name? ') surname = input ( 'what is your surname? ') age = int(input('how old are you? ') print(f'hey there {name} {surname}!')