"monty" < "python"

franzferdinand melo.dumoulin at hotmail.com
Wed Mar 20 09:33:42 EDT 2013


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

False
What's the rule about that? Is it the number of letters or what?
thanks



More information about the Python-list mailing list