[nick] #- Any way that I can just use it as printf in C? Yes. Use %. print "%d%d%d" % (number1, number2, number3) The sintax is: <a string> % <a tuple> . Facundo