Dictionary

Bischoop martin at jakis.adres.em
Mon Dec 30 13:38:20 EST 2013


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




More information about the Python-list mailing list