User:Ozalp Eroz/3.assignment: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    23 September 2010

    • curprev 21:3621:36, 23 September 2010Migratebot talk contribs 768 bytes +768 Created page with " <source lang="text"> import codecs t=codecs.open("text.txt", "r", "utf-8").read() #print t import re words=re.findall(r"\b[a-z']+\b",t ,re.I) #print words count = {}..."