<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dk521123</author_name>
  <author_url>https://blog.hatena.ne.jp/dk521123/</author_url>
  <blog_title>プログラム の超個人的なメモ</blog_title>
  <blog_url>https://dk521123.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>標準入力 構文 【変数】 = input() サンプル line = input() result = int(line)*100 print(result) 複数行の場合 sys.stdin.readlines()を使う サンプル import sys array = [] for line in sys.stdin.readlines(): array.append(line.rstrip()) print(array) 関連記事 Python ～ 基本編 / 文字列 ～ https://dk521123.hatenablog.com/entry/2019/10/12/075251</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdk521123.hatenablog.com%2Fentry%2F2019%2F08%2F02%2F000000&quot; title=&quot;【Python】 Python ～ 基本編 / 標準入力 input ～ - プログラム の超個人的なメモ&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>2019-08-02 00:00:00</published>
  <title>【Python】 Python ～ 基本編 / 標準入力 input ～</title>
  <type>rich</type>
  <url>https://dk521123.hatenablog.com/entry/2019/08/02/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
