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

2 lines
85 B
Python

data = {'first': 'Hodor', 'last': 'Hodor!'}
print('%(first)s %(last)s' <caret>% data)