I have two lists:
我有两个清单:
list_1 = sorted(random.sample(xrange(1, 101), 10))
print list_1
list_2 = sorted(random.sample(xrange(1, 101), 10))
print list_2
list_1 = sorted(rI have two lists:
我有两个清单:
list_1 = sorted(random.sample(xrange(1, 101), 10))
print list_1
list_2 = sorted(random.sample(xrange(1, 101), 10))
print list_2
list_1 = sorted(r