Can any body help me

Sidd iamsidd at gmail.com
Fri May 26 02:24:59 EDT 2006


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.




More information about the Python-list mailing list