You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple filter program implemented in python. This gives the all the words in a given file which inlcudes a given set of characters.
The input format is as follows.
read_file(filename,set_of_characters)
About
A simple filter program in python to find all the words in a file written using a given set of characters