Ad
Code
Diff
  • print('%s %s' % ('hello', 'world'))
    • print('hello world')
    • print('%s %s' % ('hello', 'world'))