#! /usr/bin/env python don = 7 a = 6 b = 8 s = "Q: %03d, what is the speed limit of sex?\nA: %d%d" % (don, a, b) print s