Skip to content

Commit b91b72d

Browse files
authored
Update Python - Format - Strings 3.txt
1 parent 167ed3f commit b91b72d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - Format - Strings 3.txt

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

0 commit comments

Comments
 (0)