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

2 lines
82 B
Python

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