Browse Source

Print

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

5
README.md

@ -808,12 +808,13 @@ arguments = sys.argv[1:]
```
### Print
**Use `'file=sys.stderr'` for errors.**
```python
print(<el_1> [, <el_2>, end='', sep='', file=<file>])
```
* **Use `'file=sys.stderr'` for errors.**
#### Pretty print:
```python
>>> from pprint import pprint
>>> pprint(locals())

Loading…
Cancel
Save