<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>usiblog</author_name>
  <author_url>https://blog.hatena.ne.jp/usiblog/</author_url>
  <blog_title>うしブログ</blog_title>
  <blog_url>https://usidesu.hatenablog.com/</blog_url>
  <categories>
    <anon>GeoGebra</anon>
    <anon>GeoGebra-コマンド解説</anon>
  </categories>
  <description>リストオブジェクト list1 = {1,2,3}がある。 （1）list1の先頭に0を加えたリストを作成せよ。 （2）list1の末尾に4を加えたリストを作成せよ。 解答 （1）Append[0, list1] （その値は、{0,1,2,3}である。） （2）Append[list1,4] （その値は、{1,2,3,4}である。） 解説 Append[&lt;オブジェクト&gt;, &lt;リスト&gt;]は、リストの先頭にオブジェクトを追加する。 Append[&lt;リスト&gt;, &lt;オブジェクト&gt;]は、リストの末尾にオブジェクトを追加する。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fusidesu.hatenablog.com%2Fentry%2F2020%2F05%2F28%2F013826&quot; title=&quot;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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-28 01:38:26</published>
  <title>Append</title>
  <type>rich</type>
  <url>https://usidesu.hatenablog.com/entry/2020/05/28/013826</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
