<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>thetama</author_name>
  <author_url>https://blog.hatena.ne.jp/thetama/</author_url>
  <blog_title>thetamaのなんか</blog_title>
  <blog_url>https://thetama.hatenadiary.org/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>リストの宣言は， list=[] として行う． 任意の数のリストからなる配列を0で初期化する場合は以下のようになる． n=3 list=n*[0] 2次元配列の場合は，以下のようになる． n=3 m=5 list=n*[m*[0]] 3次元配列の場合は，以下のように…… n=3 m=5 l=4 list=n*[m*[l*[0]]] という感じ． for文を使った別の方法もあるけど，何が違うのかなー</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fthetama.hatenadiary.org%2Fentry%2F20090331%2F1238484409&quot; title=&quot;リスト(配列)の初期化 - thetamaのなんか&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>2009-03-31 16:26:49</published>
  <title>リスト(配列)の初期化</title>
  <type>rich</type>
  <url>https://thetama.hatenadiary.org/entry/20090331/1238484409</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
