Skip to content

Commit dd4f79b

Browse files
committed
edit: add link
1 parent 5cf42d4 commit dd4f79b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/string-format-method.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ name = 'Ron'
1111
print('Bye {}! Take care!'.format(name))
1212
# Bye Ron! Take care!
1313
```
14+
15+
[link](https://docs.python.org/3/tutorial/inputoutput.html#the-string-format-method)

0 commit comments

Comments
 (0)