<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>satsuma4801</author_name>
  <author_url>https://blog.hatena.ne.jp/satsuma4801/</author_url>
  <blog_title>さつまろぐ</blog_title>
  <blog_url>https://satsumalog.com/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Python</anon>
  </categories>
  <description>演算による真偽の判定。 条件式やループで絶対必要になるのでメモ。 比較演算子 等価演算子と同一演算子 メンバーシップテスト 比較演算子 値を比較して真偽を判定する。表にすると以下のような感じ。 式 説明 x == y xとyは等しい x &lt; y xはyより小さい x &gt; y xはyより大きい x &gt;= y xはyと等しいか、より大きい（以上） x &lt;= y xはyと等しいか、より小さい（以下） x != y xはyと等しくない x is y xとyは同じオブジェクトである x is not y xとyは別々のオブジェクトである x in y xはyのメンバーである x not in y xはy…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsatsumalog.com%2Fentry%2F2023%2F02%2F19%2F031010&quot; title=&quot;Pythonで遊ぶ　複雑な条件 - さつまろぐ&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-02-19 03:10:10</published>
  <title>Pythonで遊ぶ　複雑な条件</title>
  <type>rich</type>
  <url>https://satsumalog.com/entry/2023/02/19/031010</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
