{"published":"2014-04-25 14:47:41","blog_url":"https://yuyuyuyuyu.hateblo.jp/","provider_url":"https://hatena.blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyuyuyuyu.hateblo.jp%2Fentry%2FpyCommonWords\" title=\"Python\u3067The Common Words - Newbee\u3086\u3086\u30fc\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","type":"rich","version":"1.0","height":"190","categories":["CheckIO","\u6587\u5b57\u5217"],"description":"\u30b3\u30fc\u30c92 def checkio(first,second): f = set(first.split(\",\")) s = set(second.split(\",\")) common = f.intersection(s) print \",\".join(sorted(common)) \u30b3\u30fc\u30c91 def checkio(first,second): f=first.split(\",\") s=second.split(\",\") n=[] for i in f: for j in s: if str(i) == str(j): n.append(i) if n != []: x = \",\".join\u2026","provider_name":"Hatena Blog","width":"100%","image_url":"http://cdn-ak.f.st-hatena.com/images/fotolife/g/g_YUYUYU/20140425/20140425144540.jpg","author_name":"g_YUYUYU","title":"Python\u3067The Common Words","url":"https://yuyuyuyuyu.hateblo.jp/entry/pyCommonWords","author_url":"https://blog.hatena.ne.jp/g_YUYUYU/","blog_title":"Newbee\u3086\u3086\u30fc"}