PI. String.format

Run Settings
LanguagePython
Language Version
Run Command
print '{0}, {1}, {2}'.format('a', 'b', 'c') print "int: {0:d}; hex: {0:x}; oct: {0:o}; bin: {0:b};".format(42) print "Coordinates: {latitude}, {longitude}".format(latitude="37.24N", longitude="-115.81W") # Full documentation on it here: https://docs.python.org/2/library/string.html#format-string-syntax
Editor Settings
Theme
Key bindings
Full width
Lines