mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
2 lines
78 B
Python
2 lines
78 B
Python
print('{quantity} pounds of '
|
|
'{type}'.format(quantity=42, type='spam')) |