Python

Important Statements

The input() Function

Reads a line from the user input (usually the keyboard). Returns the input as a string.

variable = input("Optional prompt message: ")