Skip to content

Commit 9ae58c9

Browse files
authored
Update Python - String Methods format().txt
1 parent 08f6c7d commit 9ae58c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python - String Methods format().txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
txt = "For only {price:.2f} dollars!"
22
print(txt.format(price = 49))
3+
//creater by Sanusanth

0 commit comments

Comments
 (0)