mengapung ke persentase ular piton
print "{0:.0%}".format(1./3)
# OUTPUT 33%
Tejas Naik
print "{0:.0%}".format(1./3)
# OUTPUT 33%