"Python doesn't have an "end" statement!", I hear you say.
Try in the notebook, as a colleague new to Sage basically did with a more serious purpose, a = 3 if a == 1: a = a+1 else: a = 6 end a += 1 "end" is a Sage function that constructs an endomorphism. So the "statement" above is harmless. Is this enough reason to give this function a new, less-confusion-causing name? Rob -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org