[sage-support] Re: "print" problem
On Thu, 18 Jan 2007 10:25:54 -0800, Justin C. Walker <[EMAIL PROTECTED]> wrote: Hi, all, This strikes me as a bit weird: sage: T=(1,2) sage: print "Test: %s"%T --- Traceback (most recent call last) /SandB
[sage-support] Re: "print" problem
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