http://learnpythonthehardway.org/book/ex6.html
Zed seems to use %r
and %s
interchangeably here, is there any difference between the two? Why not just use %s
all the time?
Also, I wasn't sure what to search for in the documentation to find more info on this. What are %r
and %s
called exactly? Formatting strings?