<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>emma000grande</author_name>
  <author_url>https://blog.hatena.ne.jp/emma000grande/</author_url>
  <blog_title>a</blog_title>
  <blog_url>https://emmas-tech.hatenablog.com/</blog_url>
  <categories>
    <anon>Python-Sample_code</anon>
    <anon>Python</anon>
  </categories>
  <description>set: 集合演算ができる 値の重複不可能 mutableなオブジェクト 要素の順を持たない in での存在チェックや、内包表記はリストと同じ == での比較はリストと同じだが、順序は見ない set: 集合演算ができる 基本構文 初期化 初期化 : set(値, 値,...) リストの重複を削除 要素の追加 : add(値) / 削除 : remove(値) 削除 : discard(要素がなくてもエラーにならない) setを空にする : clear() pop(値) 変更不可のfrozenset(値,値,...) リストからsetの内包表記 : {式 for 値 in イテラブル if 条件…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Femmas-tech.hatenablog.com%2Fentry%2F2019%2F08%2F13%2F101715&quot; title=&quot;set - a&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>2019-08-13 10:17:15</published>
  <title>set</title>
  <type>rich</type>
  <url>https://emmas-tech.hatenablog.com/entry/2019/08/13/101715</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
