http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/tutorials/east_of_the_sun.html
I ) with open ( ' /etc/dictionaries-common/words ' ) as dictionary_file : for word in dictionary_file : match = word_matcher . match ( word ) if match : yield ' ' . join (( match . group ( 1 ), term . format ( match . group ( 2 ), * attr ), match . group ( 3 ), )) if __name__ == ' __main__ ' : target = raw_input ( " What substring would you like to look for?