Hi, All,
here are the codes:

class a:
pass


i = a ()
j = a ()
k = a ()

i < j returns True

j < k returns False

why?

Lion Chen
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to