<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kotsubu-chan</author_name>
  <author_url>https://blog.hatena.ne.jp/kotsubu-chan/</author_url>
  <blog_title>続・ひよ子のきもち</blog_title>
  <blog_url>https://kotsubu-chan.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>第２引数 sequence に、シーケンスとして文字列を与えると、第１引数 function を各要素（文字）に適用します。&gt;&gt;&gt; map(ord, &quot;ABC&quot;) [65, 66, 67]組み込み関数 ord を使うと、文字列を構成する各要素（文字）の ASCII コード値が得られます。また、組み込み関数 map でリストが得られるので、これを別の map の第２引数に指定できます。すると、&gt;&gt;&gt; map(hex, map(ord, &quot;ABC&quot;)) ['0x41', '0x42', '0x43']前述した ASCII コード値に、組み込み関数 hex を適用すると、１６進数で表記した文字列が得…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkotsubu-chan.hatenadiary.org%2Fentry%2F20080616%2F1221005856&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>2008-06-16 09:17:36</published>
  <title>事例：文字列を使って</title>
  <type>rich</type>
  <url>https://kotsubu-chan.hatenadiary.org/entry/20080616/1221005856</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
