Lista1=[0,2,4,6,8]
Lista2=[1,3,5,7,9]
Lista3=Lista1+Lista2
Lista3.sort()
print(Lista3)

Embed on website

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