Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_string_formatting_4.py:
quantity = 3 itemno = 567 price = 52 myorder = "I want {0} pieces of item number {1} for {2:.2f} dollars." print(myorder.format(quantity, itemno, price))