o1=["°","•","-","_",]
o2=[]
p1=[0,0,0,0,0,0,0,]
for A in range(len(o1)):
    for B in range(len(o1)):
        o2.append(f'{o1[A]} {o1[B]}')
        p1[(A*(len(o1)**0))+(B*(len(o1)**0))]=p1[(A*(len(o1)**0))+(B*(len(o1)**0))]+1

print(o2)
print(p1)

Embed on website

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