Saturday, July 11, 2015

Using format built-in in Python2.7+

Simple example: print ("Stuff: {0}".format(str))

More information:

https://mkaz.com/2012/10/10/python-string-format/

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home