Browse Source

System

pull/10/head
Jure Šorn 6 years ago
parent
commit
ed7fa6a641
1 changed files with 4 additions and 4 deletions
  1. 8
      README.md

8
README.md

@ -818,10 +818,10 @@ print(<el_1>, ..., sep=' ', end='\n', file=sys.stdout, flush=False)
#### Pretty print: #### Pretty print:
```python ```python
>>> from pprint import pprint >>> from pprint import pprint
>>> pprint(locals()) >>> pprint(dir())
{'__doc__': None, ['__annotations__',
'__name__': '__main__', '__builtins__',
'__package__': None, ...} '__doc__', ...]
``` ```
### Input Function ### Input Function

|||||||
100:0
Loading…
Cancel
Save