<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Python: palindrome checking function</title>
	<atom:link href="http://www.stealthcopter.com/blog/2009/09/python-palindrome-checking-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2009/09/python-palindrome-checking-function/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Wed, 08 Feb 2012 11:08:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mat</title>
		<link>http://www.stealthcopter.com/blog/2009/09/python-palindrome-checking-function/comment-page-1/#comment-29</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Tue, 22 Sep 2009 15:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=134#comment-29</guid>
		<description>Ah of course, that&#039;s much more elegant! 
I&#039;ll do some speed tests later and add them to the post.

I do enjoy getting my ass handed to me if I get to learn something in the process ;P</description>
		<content:encoded><![CDATA[<p>Ah of course, that&#8217;s much more elegant!<br />
I&#8217;ll do some speed tests later and add them to the post.</p>
<p>I do enjoy getting my ass handed to me if I get to learn something in the process ;P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l0nwlf</title>
		<link>http://www.stealthcopter.com/blog/2009/09/python-palindrome-checking-function/comment-page-1/#comment-25</link>
		<dc:creator>l0nwlf</dc:creator>
		<pubDate>Sun, 20 Sep 2009 21:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=134#comment-25</guid>
		<description>def ispalindrome(x):  
    if str(x) == str(x)[::-1]: return 1
    return 0</description>
		<content:encoded><![CDATA[<p>def ispalindrome(x):<br />
    if str(x) == str(x)[::-1]: return 1<br />
    return 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.stealthcopter.com/blog/2009/09/python-palindrome-checking-function/comment-page-1/#comment-19</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 11 Sep 2009 13:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=134#comment-19</guid>
		<description>Very good mat!</description>
		<content:encoded><![CDATA[<p>Very good mat!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

