print('%s %z' % ('hello', 'world'))
print('%s %s' % ('hello', 'world'))
Used when an unsupported format character is used in a format string.