Are you sure?
Do you want to delete “Alphabet” permanently? You will not be able to undo this action.
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)