Add tags

Add tags to the following comment

空気読まずに、普通にGO

1
2
3
4
5
6
url = "http://www.gnu.org/licenses/gpl.txt"
dic = {}
for index, line in enumerate(urllib.urlopen(url)):
    for word in re.findall('\w+', line):
        dic.setdefault(word, []).append(index + 1)
print dic

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...