from float to percentage python code example Example: float to percentage python print "{0:.0%}".format(1./3) # OUTPUT 33%