How to Print a List of List in Python?
Short answer: To print a list of lists in Python without brackets and aligned columns, use the ”.join() function and a generator expression to fill each string with enough whitespaces so that the columns align: I’ll explain this code (and simpler variants) in the following video: As an exercise, you can also try it yourself … Read more