We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb829c commit ba599deCopy full SHA for ba599de
02str_format.py
@@ -0,0 +1,4 @@
1
+age = 38
2
+name = 'Murphy Wan'
3
+print('{0} is {1} yeaers old'.format(name, age))
4
+print('why is {0} playing with that python?'.format(name))
0 commit comments