We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167ed3f commit b91b72dCopy full SHA for b91b72d
Python - Format - Strings 3.txt
@@ -3,3 +3,4 @@ itemno = 567
3
price = 49.95
4
myorder = "I want to pay {2} dollars for {0} pieces of item {1}."
5
print(myorder.format(quantity, itemno, price))
6
+// creater by Sanusanth
0 commit comments