|
@ -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 |
|
|