Div 2,4=[]
for i in range(2,22):
    if(i%2==0 or i%4==0):
        Div 2 ,4.append(1)
        print(div_2_4)

Embed on website

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