even=list(2,4,6) odd=list(1,3,5) mix=list(even,odd) print(mix)
To embed this program on your website, copy the following code and paste it into your website's HTML: