Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_string_format_2.py:
quantity = 5 itemno = 789 price = 24.36 myorder = "I want {} pieces of item {} for {} dollars." print(myorder.format(quantity, itemno, price))