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