Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/dictCallReference_after.py
2016-09-28 14:36:09 +03:00

2 lines
80 B
Python

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