<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>g_YUYUYU</author_name>
  <author_url>https://blog.hatena.ne.jp/g_YUYUYU/</author_url>
  <blog_title>Newbeeゆゆー</blog_title>
  <blog_url>https://yuyuyuyuyu.hateblo.jp/</blog_url>
  <categories>
    <anon>CheckIO</anon>
    <anon>math</anon>
    <anon>平方根</anon>
    <anon>三角形</anon>
    <anon>round</anon>
    <anon>ヘロンの公式</anon>
  </categories>
  <description>コード import math def simple_areas(*args): m = args if len(args) == 1: r = m[0] / 2.0 print round(r * r * math.pi,2) elif len(args) == 2: print m[0] * m[1] elif len(args) == 3: if m[0] == m[1] == m[2]: m = sorted(m) print round(m[0] * m[1] * math.sqrt(3) / 4 , 2) else: s = (m[0] + m[1] + m[2]) / 2.0 p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyuyuyuyuyu.hateblo.jp%2Fentry%2FpySimpleAreas&quot; title=&quot;PythonでSimple Areas - Newbeeゆゆー&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>http://cdn-ak.f.st-hatena.com/images/fotolife/g/g_YUYUYU/20140607/20140607144926.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-06-07 14:52:39</published>
  <title>PythonでSimple Areas</title>
  <type>rich</type>
  <url>https://yuyuyuyuyu.hateblo.jp/entry/pySimpleAreas</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
