Browse Source

Print

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

4
README.md

@ -292,8 +292,10 @@ import re
Print Print
----- -----
**Use `file=sys.stderr` for errors.**
```python ```python
print(<el_1> [, <el_2>, end='', sep='', file=<file>]) # Use 'file=sys.stderr' for errors.
print(<el_1> [, <el_2>, end='', sep='', file=<file>])
``` ```
```python ```python

Loading…
Cancel
Save