<?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>
  </categories>
  <description>こんにちは、しーなです。 なんだかここ数日、体調が悪い感じで、ぐねぐねしております。 季節の変わり目だからかなぁ。。 さてさて、そんなこといいつつ、 本日の１個目の課題は、軽いのでさくさくいくぞ！ Checkio 14:home 重複ゼロ 問題：指定された配列に、0があったら重複させる x= list(duplicate_zeros([1, 0, 2, 3, 0, 4, 5, 0])) == [1,0,0,2,3,0,0,4,5,0,0,] x= list(duplicate_zeros([0, 0, 0, 0])) == [0, 0, 0, 0, 0, 0, 0, 0] x= list(du…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsheena07.hatenablog.com%2Fentry%2F2024%2F10%2F10%2F220222&quot; title=&quot;Chapter14：リストの中の特定の文字を重複させる:append - しーなのたらたらプログラミング学習日記&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-10 22:02:22</published>
  <title>Chapter14：リストの中の特定の文字を重複させる:append</title>
  <type>rich</type>
  <url>https://sheena07.hatenablog.com/entry/2024/10/10/220222</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
