name = input("whats your name:") sirname = input("whats your surname:") print("hello", name, sirname)