# Customer.py # Ask the user for their firstName and lastName. Return the first name and last inputs as strings. Then go back to our application and create a new instance of the return for the variables. def nameInputs(): input_firstName = input("Enter customer first name: ") # default string input_lastName = input("Enter customer last name: ") # default string return input_firstName, input_lastName # default tuple