odd = [random.randrange(1,100,2) for x in range(5)] even = [random.randrange(2,100,2) for x in range(4)] ...