Dec 20, 2020
To me, `pprint` is another key aspect of working with dictionaries.
```
from pprint import pprint
pprint({“a”: {“b”: list(range(10))}})
```
To me, `pprint` is another key aspect of working with dictionaries.
```
from pprint import pprint
pprint({“a”: {“b”: list(range(10))}})
```
Tech-optimist looking for a place where recent advancements change an industry. One day I’d like to create such a place myself. For now, I’m an ML Engineer.