The input ( ) function is interactive. It prompts the user f…

The input ( ) function is interactive. It prompts the user for input, pauses the program until the user provides input, and the user types the answer using the keyboard. The answer is always read in as a ______. Example: input (“Enter your first name: “)