I'm a noob at programming but I wanted the script to only accept alphabet inputs rather than numbers too. Especially only one alphabet. Thanks
for x in range (0, 90000):
("Type alphabet")
cha1=input()
complete = choice(list1)
if (cha1) == (complete):
print ("Try again")
if (cha1) != (complete):
print (complete)