string formatter for tuple

Wojciech Muła wojciech_mula at poczta.null.onet.pl.invalid
Thu Nov 2 10:45:46 EST 2006


Tim Chase wrote:
> 	print "a = %s" % repr(a)

or
	print "a = %r" % (a,)



More information about the Python-list mailing list