<?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: Version 9 of the PDF is Available</title>
	<atom:link href="http://inventwithpython.com/blog/2010/01/05/version-9-of-the-pdf-is-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://inventwithpython.com/blog/2010/01/05/version-9-of-the-pdf-is-available/</link>
	<description>News about the &#34;Invent Your Own Computer Games with Python&#34; book.</description>
	<lastBuildDate>Tue, 15 Jun 2010 20:04:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fred</title>
		<link>http://inventwithpython.com/blog/2010/01/05/version-9-of-the-pdf-is-available/comment-page-1/#comment-186</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sun, 02 May 2010 02:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://inventwithpython.com/blog/?p=60#comment-186</guid>
		<description>Just the book style I was looking for. Makes an easier learning curve for me and the games are great. Thanks for your kindness.

There seems to be a syntax error in Line 70 of the Hangman game and I can&#039;t figure out what it is. Even compiling a copy direct from your site I still get this message

My line (4 spaces indent) print(&#039;Missed letters:&#039;, end=&#039; &#039;)
SyntaxError: (&#039;invalid syntax&#039;, (&#039;hangman.py&#039;, 70, 30, &quot;\tprint(&#039;Missed letters:&#039;,end=&#039; &#039;) \n&quot;))

EDIT FROM THE AUTHOR: You seem to be using Python 2 to run this code. All the programs in the 2nd edition use Python 3, which can also be downloaded and installed from python.org.</description>
		<content:encoded><![CDATA[<p>Just the book style I was looking for. Makes an easier learning curve for me and the games are great. Thanks for your kindness.</p>
<p>There seems to be a syntax error in Line 70 of the Hangman game and I can&#8217;t figure out what it is. Even compiling a copy direct from your site I still get this message</p>
<p>My line (4 spaces indent) print(&#8216;Missed letters:&#8217;, end=&#8217; &#8216;)<br />
SyntaxError: (&#8216;invalid syntax&#8217;, (&#8216;hangman.py&#8217;, 70, 30, &#8220;\tprint(&#8216;Missed letters:&#8217;,end=&#8217; &#8216;) \n&#8221;))</p>
<p>EDIT FROM THE AUTHOR: You seem to be using Python 2 to run this code. All the programs in the 2nd edition use Python 3, which can also be downloaded and installed from python.org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zzz</title>
		<link>http://inventwithpython.com/blog/2010/01/05/version-9-of-the-pdf-is-available/comment-page-1/#comment-133</link>
		<dc:creator>zzz</dc:creator>
		<pubDate>Sun, 24 Jan 2010 06:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://inventwithpython.com/blog/?p=60#comment-133</guid>
		<description>Great book.

Minor error in Chapter 13. The written descriptions given for the chr() and ord() functions are backwards.</description>
		<content:encoded><![CDATA[<p>Great book.</p>
<p>Minor error in Chapter 13. The written descriptions given for the chr() and ord() functions are backwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evelyn</title>
		<link>http://inventwithpython.com/blog/2010/01/05/version-9-of-the-pdf-is-available/comment-page-1/#comment-17</link>
		<dc:creator>Evelyn</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://inventwithpython.com/blog/?p=60#comment-17</guid>
		<description>I was trying the trace for guess.py, and there&#039;s an error between lines 14 and 15, at step 10. The value of number changes.

I realize that you want it to be both random, and not random, but you need to explain why something just changes.

Thanks!</description>
		<content:encoded><![CDATA[<p>I was trying the trace for guess.py, and there&#8217;s an error between lines 14 and 15, at step 10. The value of number changes.</p>
<p>I realize that you want it to be both random, and not random, but you need to explain why something just changes.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
