print("hello!") name=input("enter your name:") surname=input("enter your surname:") print("pleased to meet you", name, surname )