Skip to content

Commit e8ce55e

Browse files
committed
Print
1 parent fb6c9b3 commit e8ce55e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -218,21 +218,6 @@ from numbers import Number, Integral, Real, Rational, Complex
218218
```
219219

220220

221-
Print
222-
-----
223-
```python
224-
print(<el_1> [, <el_2>, end='', sep='', file=<file>]) # Use 'file=sys.stderr' for errors.
225-
```
226-
227-
```python
228-
>>> from pprint import pprint
229-
>>> pprint(locals())
230-
{'__doc__': None,
231-
'__name__': '__main__',
232-
'__package__': None, ...}
233-
```
234-
235-
236221
String
237222
------
238223
```python
@@ -305,6 +290,21 @@ import re
305290
```
306291

307292

293+
Print
294+
-----
295+
```python
296+
print(<el_1> [, <el_2>, end='', sep='', file=<file>]) # Use 'file=sys.stderr' for errors.
297+
```
298+
299+
```python
300+
>>> from pprint import pprint
301+
>>> pprint(locals())
302+
{'__doc__': None,
303+
'__name__': '__main__',
304+
'__package__': None, ...}
305+
```
306+
307+
308308
Format
309309
------
310310
```python

0 commit comments

Comments
 (0)