<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; 関数定義・ファンクション</title>
	<atom:link href="https://worthliv.com/category/python/python-function/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/python/python-function/feed" />
	<item>
		<title>関数の引数にリストを渡した場合</title>
		<link>https://worthliv.com/python_post_14.html</link>
		<comments>https://worthliv.com/python_post_14.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 14:41:31 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1282</guid>
		<description><![CDATA[関数に引数として渡される値は、関数内のローカル変数となるという解説を行いました。 スポンサーリンク 参考： 変数のスコープ／グローバル変数とローカル変数 &#8211; Python入門ルーム 関数内からグローバルスコー [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_14.html" />
	</item>
		<item>
		<title>関数内からグローバルスコープの変数にアクセスする</title>
		<link>https://worthliv.com/python_post_13.html</link>
		<comments>https://worthliv.com/python_post_13.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 14:25:52 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1281</guid>
		<description><![CDATA[Pythonの変数スコープについて、前述しましたが、関数内からグローバルスコープの変数にアクセスする手段も、PHP同様に用意してあります。 書き方は、PHPなど他言語と同じように、global宣言を用います。 スポンサー [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_13.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_13.html" />
	</item>
		<item>
		<title>変数のスコープ／グローバル変数とローカル変数</title>
		<link>https://worthliv.com/python_post_12.html</link>
		<comments>https://worthliv.com/python_post_12.html#comments</comments>
		<pubDate>Sat, 01 Jun 2013 13:59:30 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1280</guid>
		<description><![CDATA[Pythonの変数スコープ Pythonの場合も、他の多くの言語と同様に、関数に引数として渡される変数は、ローカル変数として、関数内のみのローカルスコープに限り有効です。 スポンサーリンク この実験のために、次のようなコ [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_12.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_12.html" />
	</item>
		<item>
		<title>関数で複数の値をreturnする</title>
		<link>https://worthliv.com/python_return.html</link>
		<comments>https://worthliv.com/python_return.html#comments</comments>
		<pubDate>Fri, 31 May 2013 18:45:40 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1279</guid>
		<description><![CDATA[Pythonでは、関数定義において、複数の値を返すように書くことができます。 通常、他のプログラミング言語では、関数は一つの値のみを返しますので、これはPython特有のものですね。 スポンサーリンク とは言っても、書き [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_return.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_return.html" />
	</item>
		<item>
		<title>関数引数のデフォルト値の指定、キーワード引数での関数呼び出し</title>
		<link>https://worthliv.com/python_post_11.html</link>
		<comments>https://worthliv.com/python_post_11.html#comments</comments>
		<pubDate>Fri, 31 May 2013 18:22:49 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1278</guid>
		<description><![CDATA[関数引数のデフォルト値の指定 Pythonでは、関数定義の際に、引数にデフォルト値を指定できます。 スポンサーリンク PHPと同じような書き方が可能です。 def name_old_country(name='あなた', [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_11.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_11.html" />
	</item>
		<item>
		<title>関数定義・ファンクションの書き方</title>
		<link>https://worthliv.com/python_post_10.html</link>
		<comments>https://worthliv.com/python_post_10.html#comments</comments>
		<pubDate>Fri, 31 May 2013 17:23:08 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[関数定義・ファンクション]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1277</guid>
		<description><![CDATA[Pythonの関数定義は、他の言語とほぼ同じやり方ですので、分かりやすいです。 関数定義の宣言には、「def」を用います。 Rubyと同じです。 スポンサーリンク def sum(n1, n2, n3, n4): ret [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/python_post_10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/python_post_10.html" />
	</item>
	</channel>
</rss>
