I want to check if the information someone has inputted is a letter or not
a=input("Input one letter: ")
#This doesn't actually work
if a==letter:
print("wow u inputted a letter")
else:
print("not a letter")
also, I don't want to have to make 26 if statements