2.12 lab output each floating-point value with two digits after the decimal point, which can be achieved as follows: print('%0.2f %0.2f %0.2f' % (your_value1, your_value2, your_value3)) ex: if the input is: 20.0 3.1599 then the output is: 1.58 7.90 63.20