x = 'apples' y = 'lemons' z = "In the basket are %s and %s" % (x,y)

Read more of this post