even=list(2,4,6)
odd=list(1,3,5)
mix=list(even,odd)
print(mix)

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: