<?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># 変数は数値、アンダースコアで構成する # 変数は文字列またはアンダースコアから始める # したがって、akb, AKB48, akb_48は変数としてOK、48akb, 48はNG。# 変数はイコール=で値と紐付ける。（ダブルイコール==は等式のテストに使う）# 変数に値を入力して表示 my_name = &quot;keroring&quot; print my_name出力 keroring # 年齢を表示 my_age = 35 print my_age出力 35 # 年齢を1足して表示 # Pythonも+=でインクリメントできる my_age = 35 my_age = my_age + 1 pri…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkeroring.hatenadiary.org%2Fentry%2F20131018%2F1382098250&quot; title=&quot;初めてのPython #2 変数 - 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 21:10:50</published>
  <title>初めてのPython #2 変数</title>
  <type>rich</type>
  <url>https://keroring.hatenadiary.org/entry/20131018/1382098250</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
