We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf42d4 commit dd4f79bCopy full SHA for dd4f79b
python/string-format-method.md
@@ -11,3 +11,5 @@ name = 'Ron'
11
print('Bye {}! Take care!'.format(name))
12
# Bye Ron! Take care!
13
```
14
+
15
+[link](https://docs.python.org/3/tutorial/inputoutput.html#the-string-format-method)
0 commit comments