Is a blog about python programming language. You can see my work with python programming language, tutorials and news.
>>> print "See %d%%" % (0.77 * 100) See 77%>>> print "See {0:.0%}".format(0.77)See 77%>>>