Page 1 of 1

The output of the two codes shown below is the same. i. '{0:.2f}'.format(1/3.0) ii. '%.2f'%(1/3.0)

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) True
b) False