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