Browse Source

System

pull/10/head
Jure Šorn 5 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())
{'__doc__': None,
'__name__': '__main__',
'__package__': None, ...}
>>> pprint(dir())
['__annotations__',
'__builtins__',
'__doc__', ...]
``` ```
### Input Function ### Input Function

Loading…
Cancel
Save