print problem

Batista, Facundo FBatista at uniFON.com.ar
Mon Jun 7 09:20:18 EDT 2004


[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




More information about the Python-list mailing list