import random
t = "⚀⚁⚂⚃⚄⚅"
sukoa = 1
S = 0
T=0
for name in range(12):
    S = random.randint(0, 5)
    p2 = T
    T = t[S]
    sukoa += S
    print(T, end="")
print(f"")
print(f"{sukoa}点")

Embed on website

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