Skip to content

Commit f3177d7

Browse files
committed
Print
1 parent c0f01bf commit f3177d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,9 @@ script_name = sys.argv[0]
807807
arguments = sys.argv[1:]
808808
```
809809

810-
### Print
810+
### Print Function
811811
```python
812-
print(<el_1> [, <el_2>, end='', sep='', file=<file>])
812+
print(<el_1>, <el_2>, ..., sep=' ', end='\n', file=sys.stdout)
813813
```
814814

815815
* **Use `'file=sys.stderr'` for errors.**

0 commit comments

Comments
 (0)