input( "Enter your forename:" ) input( "Enter your surname:" ) name1 = "Ethan" name2 = "Carleton" print ( "Hello", name1, name2, "nice to meet you" )