Square(color=['pink','magenta','salmon'])
from random import randint
current_number = ""
my_text = Text(current_number)

for i in range(26):
    with animation(duration = 1):
    	my_text.text = chr(i+65)

Alphabet

by lucykjoyner

Created 1 year, 7 months ago.