leo-y
2/9/2018 - 3:06 AM

python format

'%s %s' % ('one', 'two')
New
'{} {}'.format('one', 'two')