@ -53,6 +53,8 @@ def build_word_dict():
for item in wordList:
if item not in intact:
item = item.lower()
if item.upper() in (word.upper() for word in intact):
item = item.capitalize()
if (len(item)-1) >= y:
addKey = str(y) + item[y]
if addKey not in toChooseFrom.keys():