Simon King wrote: > Dear John, > > On Oct 30, 2:33 pm, "John Cremona" <[EMAIL PROTECTED]> wrote: >> Does it help if you replace the initial ''' with r''' ? > > Unfortunately: > > sage: def plot_or_not(): > ....: r''' > ....: What's up with this? > Object `What's up with this` not found. > ....: ''' > ....: f(x)=x^3 > ------------------------------------------------------------ > File "<ipython console>", line 5 > SyntaxError: can't assign to function call (<ipython console>, line 5)
I think the problem in the above is the question mark, not the apostrophe. Removing the question mark makes the error go away for me. Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
