sir,
Code:
a=2.0/3
print a
print'a=%5.3f'%(a)
in the above python code what is the use of 5 in 5.3.i think 3 is the number of decimal places.but i cant understand what is this 5 represnts.pleas e help me.