diff --git a/README.md b/README.md index 631727e..ab41d75 100644 --- a/README.md +++ b/README.md @@ -824,14 +824,14 @@ print(, , ..., sep=' ', end='\n', file=sys.stdout) ``` ### Input Function -```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.** +```python + = input(prompt=None) +``` + #### Prints lines until EOF: ```python while True: