On Jan 18, 2007, at 1:25 PM, Justin C. Walker wrote:
Is it not possible to directly print a tuple ('...%(T)' doesn't work either)? This seems to be a python problem, not related to the layers between sage and python.
This is one of the very few ugly pieces of python syntax: sage: T = (1, 2) sage: print "Test: %s" % (T, ) Test: (1, 2) David --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---