Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated_after.py

2 lines
78 B
Python

print('{quantity} pounds of '
'{type}'.format(quantity=42, type='spam'))