<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hanabusa-snow</author_name>
  <author_url>https://blog.hatena.ne.jp/hanabusa-snow/</author_url>
  <blog_title>プログラ生活</blog_title>
  <blog_url>https://www.pon-x.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>www.pon-x.jp 前回の続きです。 今回はデータ型の話です。 データ型 データには「型」というものがあって、さらに世の中には動的型付言語と静的型付言語があり、Pythonは動的型付言語になります。 動的型付言語とは、勝手にデータの型をプログラムが判断してくれるというものです。 静的片付言語は、変数を作るときにデータ型を指定しなくてはならないので、動的片付言語はその点については記述量が減って楽になるという側面もあります。 int型（整数型） まずはじめは整数型です。 その名の通り、整数を表現するデータ型です。 type()でデータ型が確認できますのでやってみましょう。 #5のデータ型 p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.pon-x.jp%2Fentry%2F2021%2F04%2F30%2F092245&quot; title=&quot;【Python連載】データ型 -007- - プログラ生活&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>https://cdn-ak.f.st-hatena.com/images/fotolife/h/hanabusa-snow/20210430/20210430091517.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-04-30 09:22:45</published>
  <title>【Python連載】データ型 -007-</title>
  <type>rich</type>
  <url>https://www.pon-x.jp/entry/2021/04/30/092245</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
