write a function that takes a list as its parameter. the function should print each value of the list in a column with the decimal points aligned. pad the decimals with zeros if necessary so that everything lines up evenly. run the function with the list [123.223, 43, 221.11, 1.444, 16.1].