list1 = ['abc', 123]list2 = ['xyz', 789]list3 = ['abc', 123]print 1ist1 < list2print list2 < list3print list2 > list3 and list1 == list3
Name (required)
email (will not be published) (required)
Website