How to print a list in Python “nicely” December 12, 2022 by Tarik from pprint import pprint pprint(the_list)