<?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: Introduction to Lists</title>
	<atom:link href="http://metaleks.net/tutorials/python/introduction-to-lists/feed" rel="self" type="application/rss+xml" />
	<link>http://metaleks.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 03 Jan 2010 15:41:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cynyr</title>
		<link>http://metaleks.net/tutorials/python/introduction-to-lists/comment-page-1#comment-853</link>
		<dc:creator>Cynyr</dc:creator>
		<pubDate>Thu, 01 Oct 2009 22:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://metaleks.net/?page_id=489#comment-853</guid>
		<description>I believe that raw_input() is now input() in python3. input() used to run the string as python code. To get a simmilar function in py3 you would need to do eval(input(prompt))</description>
		<content:encoded><![CDATA[<p>I believe that raw_input() is now input() in python3. input() used to run the string as python code. To get a simmilar function in py3 you would need to do eval(input(prompt))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Em</title>
		<link>http://metaleks.net/tutorials/python/introduction-to-lists/comment-page-1#comment-838</link>
		<dc:creator>Em</dc:creator>
		<pubDate>Thu, 17 Sep 2009 18:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://metaleks.net/?page_id=489#comment-838</guid>
		<description>could&#039;t comment on functions page so I do it here instead.

really helped me understand functions! 
i use python 3 though and the raw_input doesn&#039;t work there, used input() instead and also the print addNums(userNum1, userNum2) had to be changed to print (addNums(userNum1, userNum2))

but thanks for a great tutorial! When comes the next tutorial :D?</description>
		<content:encoded><![CDATA[<p>could&#8217;t comment on functions page so I do it here instead.</p>
<p>really helped me understand functions!<br />
i use python 3 though and the raw_input doesn&#8217;t work there, used input() instead and also the print addNums(userNum1, userNum2) had to be changed to print (addNums(userNum1, userNum2))</p>
<p>but thanks for a great tutorial! When comes the next tutorial <img src='http://metaleks.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
