<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sheena07</author_name>
  <author_url>https://blog.hatena.ne.jp/sheena07/</author_url>
  <blog_title>しーなのたらたらプログラミング学習日記</blog_title>
  <blog_url>https://sheena07.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>Checkio 04:start リストの要素が全て同じか判定 問題：与えられたリストの要素が全て同じかチェックする all_the_same([1, 1, 1]) == True all_the_same([1, 2, 1]) == False all_the_same([1, &quot;a&quot;, 1]) == False all_the_same([]) == True all_the_same([1])== True 解き方 set()を使用→setは同じ要素を持てないから結果1つになる forで最初の文字が最後まで同じか調べる →set()を使うのはすぐできそうだから、forで解きたい！ 最初の…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsheena07.hatenablog.com%2Fentry%2F2024%2F10%2F04%2F214748&quot; title=&quot;Chapter04：リストの要素が全て同じか判定：allを使ってみる - しーなのたらたらプログラミング学習日記&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.user.blog.st-hatena.com/default_entry_og_image/159632946/172805426766814</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-10-04 21:47:48</published>
  <title>Chapter04：リストの要素が全て同じか判定：allを使ってみる</title>
  <type>rich</type>
  <url>https://sheena07.hatenablog.com/entry/2024/10/04/214748</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
