data = {'first': 'Hodor', 'last': 'Hodor!'} print('{first} {last}'.format(**data))