In [60]: import json import urllib.request from string import punctuation def words_per_day(path, word): x= urllib.request.urlopen (path) data=json. loads ...
確定! 回上一頁