Files

2 lines
82 B
Python

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