python float with 1 decimal code example Example: python format only 1 decimal place >>> "{0:0.1f}".format(45.34531) '45.3'