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