prettytable
prettytable copied to clipboard
Results
1
prettytable issues
Sort by
recently updated
recently updated
newest added
This code doesn't work: ``` table.align["City name"] = "l" table.align["Area"] = "c" table.align["Population"] = "r" table.align["Annual Rainfall"] = "c" print(table) ``` Only works all columns at once: table.align = "r"