What is the output of the following program :print ‘{0:.2}’.format(1.0 / 3) January 30, 2022January 30, 2022 administrator What is the output of the following program :print ‘{0:.2}’.format(1.0 / 3)0.33Well Done. Your Answer is Correct Keep it Up!0.3333330.333333:-2Error Share this: Click to share on Facebook (Opens in new window) Facebook Click to share on X (Opens in new window) X Like this:Like Loading...Related Posts:What is the output of the following program : print…What is the output of the following program : print…What is the output of the following program?…Program code making use of a given module is called…Which of the following formatting options can be…Suppose t = (1, 2, 4, 3), which of the following is…