Browse Source

System

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

3
README.md

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

Loading…
Cancel
Save