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"