def main(): letter = "e" myList = [] a = input("whats the word: ") for i in a: myList.append(i) count = 0 for