python: 1 < 'haha' true sage: 1 < 'haha' false
Ok, python and sage do something different. Why? sage: preparse('1 < "haha"') 'Integer(1) < "haha" And here I am stuck. I have looked through the sage reference manual, and tried googling, but no luck. Would a kind person explain why python and sage give different answers? Mariah -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org