From 23056bc432a32b04a990ceb876b1f71541b30a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 30 Jan 2019 09:38:54 +0100 Subject: [PATCH] System --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab41d75..631727e 100644 --- a/README.md +++ b/README.md @@ -824,14 +824,14 @@ print(, , ..., sep=' ', end='\n', file=sys.stdout) ``` ### Input Function -* **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) ``` +* **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.** + #### Prints lines until EOF: ```python while True: