print('{} {}'.format('hello'))
print('{}'.format('hello'))
Used when a format string that uses unnamed conversion specifiers is given too few arguments.