print('Hello world!')
F=[0]*11
G=0
for A in range(3):
    for B in range(3):
        for C in range(3):
            for AA in range(3):
                for AB in range(3):
                    G+=1
                    F[A+B+C+AA+AB]+=1
print(F)
print(G)

Embed on website

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