print('{:.2f}'.format('10.5555'))
print('{:.2f}'.format(10.5555)) # to be added
Used when a type required by format string is not suitable for actual argument type.