<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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/"
	>

<channel>
	<title>变长 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%8F%98%E9%95%BF/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 09 Feb 2015 04:43:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Python中函数的参数传递与可变长参数</title>
		<link>https://www.coder4.com/archives/4407</link>
					<comments>https://www.coder4.com/archives/4407#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 09 Feb 2015 04:43:47 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[参数]]></category>
		<category><![CDATA[变长]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=4407</guid>

					<description><![CDATA[转载自：Python中函数的参数传递与可变长参数 1.Python中也有像C++一样的默认缺省函数 def foo(text,num=0): print text,num foo("asd") #asd 0 foo("def",100) #def 100 定义有默认参数的函数时，这些默认值参数位置必须都在非默认值参数后面。 调用时提供默认值参数值时，使用提供的值，否则使用默认值。 2.Python可以根据参数名传参数 def foo(ip,port)[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/4407/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
