<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hasiduki</author_name>
  <author_url>https://blog.hatena.ne.jp/hasiduki/</author_url>
  <blog_title>日記</blog_title>
  <blog_url>https://hasiduki.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>クックブックの最初の章にのってた文字列スライス まず基本 &gt;&gt;&gt; string = &quot;1234567890&quot; &gt;&gt;&gt; string[:] '1234567890' &gt;&gt;&gt; string[:1] '1' &gt;&gt;&gt; string[:5] '12345' &gt;&gt;&gt; string[:-1] '123456789' &gt;&gt;&gt; string[2:5] '345' &gt;&gt;&gt; string[2:-3] '23456'次 &gt;&gt;&gt; string[::1] '0123456789' &gt;&gt;&gt; string[::2] '02468' &gt;&gt;&gt; string[::3] '0369' &gt;&gt;&gt; string[::-1] '987654…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhasiduki.hatenadiary.org%2Fentry%2F20110330%2F1301450568&quot; title=&quot;スライスあれこれ - 日記&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>2011-03-30 11:02:48</published>
  <title>スライスあれこれ</title>
  <type>rich</type>
  <url>https://hasiduki.hatenadiary.org/entry/20110330/1301450568</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
