blob: 804f15ca373d8c96648993283135f356ea5bc106 [file] [log] [blame]
print('{quantity:s} pounds of '
'{type:s}'.format(quantity=42, type='spam'))