You are viewing a single comment's thread from:
RE: [Python Tips] Beyond print()
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.