selected '%s'" % res [...] '%s'" % str(res)) # [...] '" % str(res)) # res
. With the % operator [...] : %i" % i) sum += [...] : %i" % sum) # else
("bar(%s,%s)" % (a,b)) #