Files

2 lines
80 B
Python

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