Skip to content

Commit 167ed3f

Browse files
authored
Update Python - Format - Strings 2.txt
1 parent 8b6ccdd commit 167ed3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - Format - Strings 2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ itemno = 567
33
price = 49.95
44
myorder = "I want {} pieces of item {} for {} dollars."
55
print(myorder.format(quantity, itemno, price))
6+
// creater by Sanusanth

0 commit comments

Comments
 (0)