print ("What is you name") firstname = input() print ("hello,",firstname) print ("What is your surname") surname = input () print ("your surname is,",surname) print ("hello,",firstname,surname) print("What is your age?") age = int(input()) print("your age is", age)
i need help
hi i need help with this thank you if you could help me thAT WOULD BE AWSON
print ("What is you name")
firstname = input()
print ("hello,",firstname)
print ("What is your surname")
surname = input ()
print ("your surname is,",surname)
print ("hello,",firstname,surname)
print("What is your age?")
age = int(input())
print("your age is", age)