3.4. How the input() functions works

The input() function pauses your program and waits for the user to enter some text. Once Python receives the user's input, it assigns that input to a variable.