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 ### Print
**Use `'file=sys.stderr'` for errors.**
```python ```python
print(<el_1> [, <el_2>, end='', sep='', file=<file>]) print(<el_1> [, <el_2>, end='', sep='', file=<file>])
``` ```
* **Use `'file=sys.stderr'` for errors.**
#### Pretty print:
```python ```python
>>> from pprint import pprint >>> from pprint import pprint
>>> pprint(locals()) >>> pprint(locals())

Loading…
Cancel
Save