Skip to content

Commit 7e65e99

Browse files
committed
System
1 parent 23056bc commit 7e65e99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -824,14 +824,14 @@ print(<el_1>, <el_2>, ..., sep=' ', end='\n', file=sys.stdout)
824824
```
825825

826826
### Input Function
827-
```python
828-
<str> = input(prompt=None)
829-
```
830-
831827
* **Reads a line from user input or pipe if present.**
832828
* **The trailing newline gets stripped.**
833829
* **The prompt string is printed to standard output before reading input.**
834830

831+
```python
832+
<str> = input(prompt=None)
833+
```
834+
835835
#### Prints lines until EOF:
836836
```python
837837
while True:

0 commit comments

Comments
 (0)