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