Q. What is the output of the following program : print '{0:.2}'.format(1.0 / 3) (A) 0.333333 (B) 0.33 (C) 0.333333:-2 (D) Error ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 0.33