I have a txt file with some words, and need simply program that will 
print me words containing provided letters.

For example:
Type the letters:
 (I type: g,m,o)
open the dictionary.txt
        check words containing:g,m,o in dictionary.txt
if there are words containing: ["g", "m", "o" ] 
        print words with g,m,o

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to