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