<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>keroring</author_name>
  <author_url>https://blog.hatena.ne.jp/keroring/</author_url>
  <blog_title>Disce gaudere. 楽しむ事を学べ。</blog_title>
  <blog_url>https://keroring.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description># Pythonでは、コメントはハッシュタグの右側に書く# 文字列を表示。シングルクオート or ダブルクオートで囲む。Pythonはどっちでもいい print 'Hello, world!'出力 Hello, world # 数値を表示させる：数字 print 10, 3.14, -1出力 10 3.14 -1 # 数字の型は、整数(int)と小数(float)がある。 # type()で囲むと中のデータの型が表示される print type(10), type(3.14), type(1.0)出力 # データタイプ（int()やfloat()）で数値を囲むとその型で出力される # int(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkeroring.hatenadiary.org%2Fentry%2F20131018%2F1382095261&quot; title=&quot;初めてのPython #1 コメント、型、四則演算 - Disce gaudere. 楽しむ事を学べ。&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>2013-10-18 20:21:01</published>
  <title>初めてのPython #1 コメント、型、四則演算</title>
  <type>rich</type>
  <url>https://keroring.hatenadiary.org/entry/20131018/1382095261</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
