Browse Source

System

pull/10/head
Jure Šorn 5 years ago
parent
commit
cdc141cef6
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -809,7 +809,7 @@ arguments = sys.argv[1:]
### Print Function ### Print Function
```python ```python
print(<el_1>, <el_2>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
print(<el_1>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
``` ```
* **Use `'file=sys.stderr'` for errors.** * **Use `'file=sys.stderr'` for errors.**

Loading…
Cancel
Save