I use python too.
While dealing with lists , I use pprint () which is pretty print to display in an organised way.
Posted using Partiko Android
I use python too.
While dealing with lists , I use pprint () which is pretty print to display in an organised way.
Posted using Partiko Android
pprint() is very handy for lists and dictionaries, but that's typically something you would do when debugging and not production.