String interpolation: Difference between revisions

Content deleted Content added
BattyBot (talk | contribs)
General fixes, removed orphan tag using AWB (8277)
Python: Should use %d instead of %s when referencing integers.
Line 94:
<source lang="python">
apples = 4
print "I have %sd apples" % apples
</source>