Why does this (not) work?
Jeff Epler
jepler at unpythonic.net
Tue Aug 19 17:30:23 EDT 2003
Previous message (by thread):
Why does this (not) work?
Next message (by thread):
Why does this (not) work?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
try this: >>>
"%s - %s - %s" % (("test",)*3)
why else would >>>
3 % 1 * 2
print 0 instead of 1? Jeff
Previous message (by thread):
Why does this (not) work?
Next message (by thread):
Why does this (not) work?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list