how the print function formater works in python code example
Example 1: print format python
print('{:0.3f} {:0.3f}'.format(y, z))
Example 2: python print format
'{:10.5}'.format('xylophone')
print('{:0.3f} {:0.3f}'.format(y, z))
'{:10.5}'.format('xylophone')