diff --git a/README.md b/README.md index 24146ae..8e6969a 100644 --- a/README.md +++ b/README.md @@ -825,7 +825,9 @@ arguments = sys.argv[1:] ``` ### Input Function -**Reads a line from user input or pipe if present. The trailing newline gets stripped.** +* **Reads a line from user input or pipe if present.** +* **The trailing newline gets stripped.** +* **The prompt string is printed to standard output before reading input.** ```python = input(prompt=None)