<?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/%E8%A1%A8%E8%BE%BE%E5%BC%8F/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 17 Oct 2011 04:54:56 +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 Essential Reference 4th – 第4章 – 读书笔记</title>
		<link>https://www.coder4.com/archives/1660</link>
					<comments>https://www.coder4.com/archives/1660#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 05:26:45 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[Python Essential Reference]]></category>
		<category><![CDATA[操作符]]></category>
		<category><![CDATA[第4章]]></category>
		<category><![CDATA[表达式]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1660</guid>

					<description><![CDATA[1、关于除法/和//。 在Python 2中，/还是整除，即只返回整数部分。 而Python 3中，/变为浮点除，不在约为整数。 在Python 2中，想要获取浮点结果，可以将除数或者被除数强转为float： float(1)/100 0.01 2、一些有用的函数 abs(x)：返回x的绝对值 pow(x,y)：x ^ y，等价于x ** y round(x)：返回离x最近的10^n值，n可正或者负 3、关于对tuple、list、字符等的乘法：重复字符 如'a'[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1660/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
