print('Hello world!') K = [0]*((6*3)+1) for A in range(6): for B in range(6): for C in range(6): print(f'{[(A+1),(B+1),(C+1)]}!') K[(A+1)+(B+1)+(C+1)]+=1 print(K)
To embed this project on your website, copy the following code and paste it into your website's HTML: