1.Given a test file containing lines of words such as (abc, abb,
abd,abb, etc), write a script that prints, in order of frequency, how
many times each word appears in the file.

Use dictionary datastructure in python and simple if-else statement.
Its simple give it a try.

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

Reply via email to