0 votes
in Python by
What is the output of the following program :

print '{0:.2}'.format(1.0 / 3)

 

0.333333

0.33  

0.333333:-2

 

Error

Related questions

0 votes
asked Feb 11, 2020 in Python by rahuljain1
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...