<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>acokikoy</author_name>
  <author_url>https://blog.hatena.ne.jp/acokikoy/</author_url>
  <blog_title>acokikoy's notes</blog_title>
  <blog_url>https://acokikoy.hatenablog.com/</blog_url>
  <categories>
    <anon>Codewars</anon>
    <anon>Python</anon>
  </categories>
  <description>毎朝ちびちびCodewars。 [6 kyu] Sums of Parts www.codewars.com 今日のお題： &quot;&quot;&quot; リストの各要素について、自分と自分より後ろの要素の和をリストにして返す 例: ls = [0, 1, 3, 6, 10] 自分より後ろの要素は、前から順に [0, 1, 3, 6, 10] -&gt; 和は 20 [1, 3, 6, 10] -&gt; 和は 20 [3, 6, 10] -&gt; 和は 19 [6, 10] -&gt; 和は 16 [10] -&gt; 和は 10 [] -&gt; 和は 0 従って [20, 20, 19, 16, 10, 0] を返す def Sums of P…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Facokikoy.hatenablog.com%2Fentry%2F2019%2F06%2F26%2F003430&quot; title=&quot;毎朝Codewars@2019.06.25(火): Sums of Parts - acokikoy&amp;#39;s notes&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-06-26 00:34:30</published>
  <title>毎朝Codewars@2019.06.25(火): Sums of Parts</title>
  <type>rich</type>
  <url>https://acokikoy.hatenablog.com/entry/2019/06/26/003430</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
