format in python3 code example Example: .format python 3 #New Style '{} {}'.format('one', 'two') #Old Style '%s %s' % ('one', 'two')