We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee354dc commit 614e0deCopy full SHA for 614e0de
1 file changed
beginnerscorner/crashcourse-0/01_print.py
@@ -25,7 +25,7 @@
25
print 8*'#'
26
27
# some formatting stuff
28
-print 'parse string %s and integer %i' % 'ssd', 23
+print 'parse string %s and integer %i' % ('ssd', 23)
29
30
''' i am
31
a multiline
0 commit comments