<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mio_kt</author_name>
  <author_url>https://blog.hatena.ne.jp/mio_kt/</author_url>
  <blog_title>miok’s diary</blog_title>
  <blog_url>https://mio-kt.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>第二章 : 12 1列目をcol1.txtに、2列目をcol2.txtに保存 各行の1列目だけを抜き出したものをcol1.txtに，2列目だけを抜き出したものをcol2.txtとしてファイルに保存せよ．確認にはcutコマンドを用いよ コードはこんな感じ。 f = 'hightemp.txt' f1 = 'col1.txt' f2 = 'col2.txt' with open(f) as file, open(f1, 'w') as file1, open(f2, 'w') as file2: for line in file: cols = line.split('\t') file1.wri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmio-kt.hatenablog.com%2Fentry%2F2017%2F01%2F09%2F115017&quot; title=&quot;12 : 言語処理100本ノックでPythonのお勉強 - miok’s diary&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>2017-01-09 11:50:17</published>
  <title>12 : 言語処理100本ノックでPythonのお勉強</title>
  <type>rich</type>
  <url>https://mio-kt.hatenablog.com/entry/2017/01/09/115017</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
