代码复制到eclipse中为什么会报错
Traceback (most recent call last): File "F:\javaProject\code\Python0920\specialFunction\__cmp__.py", line 31, in
print (sorted(L)); TypeError: unorderable types: Student() < Student()Traceback (most recent call last): File "F:\javaProject\code\Python0920\specialFunction\__cmp__.py", line 31, in
print (sorted(L)); TypeError: unorderable types: Student() < Student()2017-10-09
举报