Browse Source

Print

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

4
README.md

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

Loading…
Cancel
Save