<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>CortYuming</author_name>
  <author_url>https://blog.hatena.ne.jp/CortYuming/</author_url>
  <blog_title>牌語備忘録 -pygo</blog_title>
  <blog_url>https://cortyuming.hateblo.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>code 結果例 Python Playground 息子の足し算のお勉強用（雑なコードだが目的は果たせるのでよしとする） code 例：1~15 の数での足し算と引き算の式を10個作成する from random import choice def random_tashizan_and_hikizan(min, max, amount=10): exp_list = [] for i in range(amount): is_plus = choice([True, False]) a = choice(range(min, max + 1)) if is_plus: b = choice…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcortyuming.hateblo.jp%2Fentry%2F2023%2F08%2F27%2F204236&quot; title=&quot;Pythonで足し算と引き算の式を任意の数だけ作成してみるメモ - 牌語備忘録 -pygo&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>2023-08-27 20:42:36</published>
  <title>Pythonで足し算と引き算の式を任意の数だけ作成してみるメモ</title>
  <type>rich</type>
  <url>https://cortyuming.hateblo.jp/entry/2023/08/27/204236</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
