<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>g_YUYUYU</author_name>
  <author_url>https://blog.hatena.ne.jp/g_YUYUYU/</author_url>
  <blog_title>Newbeeゆゆー</blog_title>
  <blog_url>https://yuyuyuyuyu.hateblo.jp/</blog_url>
  <categories>
    <anon>CheckIO</anon>
    <anon>文字列</anon>
  </categories>
  <description>コード2 def checkio(first,second): f = set(first.split(&quot;,&quot;)) s = set(second.split(&quot;,&quot;)) common = f.intersection(s) print &quot;,&quot;.join(sorted(common)) コード1 def checkio(first,second): f=first.split(&quot;,&quot;) s=second.split(&quot;,&quot;) n=[] for i in f: for j in s: if str(i) == str(j): n.append(i) if n != []: x = &quot;,&quot;.join…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyuyuyuyu.hateblo.jp%2Fentry%2FpyCommonWords&quot; title=&quot;PythonでThe Common Words - Newbeeゆゆー&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://cdn-ak.f.st-hatena.com/images/fotolife/g/g_YUYUYU/20140425/20140425144540.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-04-25 14:47:41</published>
  <title>PythonでThe Common Words</title>
  <type>rich</type>
  <url>https://yuyuyuyuyu.hateblo.jp/entry/pyCommonWords</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
