<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yokoyantech</author_name>
  <author_url>https://blog.hatena.ne.jp/yokoyantech/</author_url>
  <blog_title>紙一重の積み重ね</blog_title>
  <blog_url>https://www.yokoyan.net/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>Python</anon>
  </categories>
  <description>やりたいこと 1つのメソッドで複数の戻り値を返したい 解決策 returnする値をカンマで区切る 文字列と数字を返す例 def hoge(): # 略 return &quot;hoge&quot;,123456789 文字列と数字が含まれたリストを返す例 def hoge(): # 略 return [&quot;hoge&quot;,123456789] 複数のリストを返す例 def get_hogelist(hoge,fuga): large_hogelist = [] small_hogelist = [] # 略 return large_hogelist,small_hogelist</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.yokoyan.net%2Fentry%2F2018%2F07%2F17%2F181500&quot; title=&quot; 【Python3】メソッドの戻り値を複数返す方法 - 紙一重の積み重ね&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>https://cdn-ak.f.st-hatena.com/images/fotolife/y/yokoyantech/20180717/20180717175613.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-07-17 18:15:00</published>
  <title> 【Python3】メソッドの戻り値を複数返す方法</title>
  <type>rich</type>
  <url>https://www.yokoyan.net/entry/2018/07/17/181500</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
