We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5a1ef commit 99d7dbaCopy full SHA for 99d7dba
ch05_str_format.py
@@ -0,0 +1,2 @@
1
+str_format = '{name} wrote {book}'.format(name = 'Murphy Wan', book = r'A self-drving car with python')
2
+print(str_format)
0 commit comments