Q = ['•.', '◯.', '△.', '□.', '×,.', '×◯,.', '×△,.', '×□,.', '◯•.', '◯◯.', '◯△.', '◯□.', '◯×,.', '◯×◯,.', '◯×△,.', '◯×□,.', '△•.', '△◯.', '△△.', '△□.', '△×,.', '△×◯,.', '△×△,.', '△×□,.', '□•.', '□◯.', '□△.', '□□.', '□×,.', '□×◯,.', '□×△,.', '□×□,.', '×,•.', '×,◯.', '×,△.', '×,□.', '×,×,.', '×,×◯,.', '×,×△,.', '×,×□,.', '×◯,•.', '×◯,◯.', '×◯,△.', '×◯,□.', '×◯,×,.', '×◯,×◯,.', '×◯,×△,.', '×◯,×□,.', '×△,•.', '×△,◯.', '×△,△.', '×△,□.', '×△,×,.', '×△,×◯,.', '×△,×△,.', '×△,×□,.', '×□,•.', '×□,◯.', '×□,△.', '×□,□.', '×□,×,.', '×□,×◯,.', '×□,×△,.', '×□,×□,.',]
for name in range(64):
Q.append(f"{Q[name][0:(len(Q[name])-1)]}*,.")
O = 0
for A in range(128):
for B in range(128):
print(f"{Q[A]}{Q[B]}:{O}")
O+=1
To embed this project on your website, copy the following code and paste it into your website's HTML: