>>> "Monty" < "Python"
True
>>> "Z" < "a"
True
>>> "Monty" < "Montague"

False
What's the rule about that? Is it the number of letters or what?
thanks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to