Preliminary program #2 - Enter a word, go through the entire short dictionary and count the characters different for each other word. python nbrs_0Prelim2.py (Using abbreviated dictionary "wordsShort.txt") Enter string to match (ex. 'abated'): abated wordlist[0]: abased, your word: abated, #chars different=1 wordlist[1]: abases, your word: abated, #chars different=2 wordlist[2]: abated, your word: abated, #chars different=0 wordlist[3]: abater, your word: abated, #chars different=1 wordlist[4]: abates, your word: abated, #chars different=1 wordlist[5]: abbeys, your word: abated, #chars different=4 wordlist[6]: abbots, your word: abated, #chars different=4 wordlist[7]: abduct, your word: abated, #chars different=4 wordlist[8]: abhors, your word: abated, #chars different=4 wordlist[9]: abided, your word: abated, #chars different=2 wordlist[10]: abides, your word: abated, #chars different=3 wordlist[11]: abject, your word: abated, #chars different=4 wordlist[12]: abjure, your word: abated, #chars different=4 wordlist[13]: ablate, your word: abated, #chars different=4 wordlist[14]: ablaze, your word: abated, #chars different=4 wordlist[15]: ablest, your word: abated, #chars different=4 wordlist[16]: aboard, your word: abated, #chars different=3 wordlist[17]: abodes, your word: abated, #chars different=3 wordlist[18]: aborts, your word: abated, #chars different=4 wordlist[19]: abound, your word: abated, #chars different=3 wordlist[20]: abrade, your word: abated, #chars different=4 wordlist[21]: abroad, your word: abated, #chars different=3 wordlist[22]: abrupt, your word: abated, #chars different=4 wordlist[23]: absent, your word: abated, #chars different=4 wordlist[24]: absorb, your word: abated, #chars different=4 wordlist[25]: absurd, your word: abated, #chars different=3 wordlist[26]: yeomen, your word: abated, #chars different=5 wordlist[27]: yields, your word: abated, #chars different=6 wordlist[28]: yonder, your word: abated, #chars different=5 wordlist[29]: zebras, your word: abated, #chars different=6 wordlist[30]: zenith, your word: abated, #chars different=6 wordlist[31]: zeroed, your word: abated, #chars different=4 wordlist[32]: zeroes, your word: abated, #chars different=5 wordlist[33]: zeroth, your word: abated, #chars different=6 wordlist[34]: zigzag, your word: abated, #chars different=6 wordlist[35]: zodiac, your word: abated, #chars different=6 wordlist[36]: zoning, your word: abated, #chars different=6