print_tableΒΆ
Pretty-prints a table.
ParametersΒΆ
-
headers ('list[str]')
The column names.
-
columns ('list[list[str]]')
The column values.
-
order ('list[int]') β defaults to
None
Order in which to print the column the values. Defaults to the order in which the values are given.