Python input() - Python Examples
pythonexamples.org › python-inputinput () function returns the string keyed in by user in the standard input. Indetail Working of input () So, when you call this input () function, Python Interpreter waits for user input from the standard input. When user enters a value in the console input, using keyboard, each character is echoed to the output.