<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MikuHatsune</author_name>
  <author_url>https://blog.hatena.ne.jp/MikuHatsune/</author_url>
  <blog_title>驚異のアニヲタ社会復帰の予備</blog_title>
  <blog_url>https://mikuhatsune.hatenadiary.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>出力結果をtxtとかexcelで利用したいのに、printを何も考えずに使うと x = [&quot;1&quot;,&quot;2&quot;,&quot;3&quot;,&quot;A&quot;,&quot;B&quot;,&quot;C&quot;,&quot;p&quot;,&quot;q&quot;,&quot;r&quot;] print x # 結果 ['1', '2', '3', 'A', 'B', 'C', 'p', 'q', 'r'] となって、[ ] とか ' がぶっちゃけ邪魔。 print &quot;,&quot;.join(x) と書くと # 結果 1,2,3,A,B,C,p,q,r となって次に気持ちよく利用できる。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmikuhatsune.hatenadiary.com%2Fentry%2F20110919%2F1316178410&quot; title=&quot;Pythonの出力結果を利用したいのだがprintすると[]が邪魔 - 驚異のアニヲタ社会復帰の予備&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-19 22:06:50</published>
  <title>Pythonの出力結果を利用したいのだがprintすると[]が邪魔</title>
  <type>rich</type>
  <url>https://mikuhatsune.hatenadiary.com/entry/20110919/1316178410</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
