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

2 lines
82 B
Python

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