<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekokichi_yos2</author_name>
  <author_url>https://blog.hatena.ne.jp/nekokichi_yos2/</author_url>
  <blog_title>ねこきちのプログラミング墓地</blog_title>
  <blog_url>https://nekokichi2yos2.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>max：数値なら最大値、文字列ならaから遠い値 min：数値なら最大値、文字列ならaから近い値 array1 = [1,2,3,4,5,6] array2 = ['f','a','b','s','y'] array3 = ['apple','orange','number','programming','book'] string = 'magic' print(max(array1)) # 6 print(min(array1)) # 1 print(max(array2)) # y print(min(array2)) # a print(max(array3)) # programmin…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekokichi2yos2.hatenablog.com%2Fentry%2F2018%2F10%2F19%2F232805&quot; title=&quot;【Python】最大値・最小値を見つける - ねこきちのプログラミング墓地&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>2018-10-19 23:28:05</published>
  <title>【Python】最大値・最小値を見つける</title>
  <type>rich</type>
  <url>https://nekokichi2yos2.hatenablog.com/entry/2018/10/19/232805</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
