<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>W3Exchange : Script Forums : Python</title>
<link>http://www.w3exchange.com</link>
<description> W3Exchange</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>Can someone help me with my script in Script Forums : Python</title>
<link>http://www.w3exchange.com/view_topic.php?pid=678#678</link>
<guid isPermaLink="false">678@http://www.w3exchange.com</guid>
<description>Topic: Can someone help me with my script

Message: Hi im pretty new to the programming game(been programming for about a week now) so i decided to encapsulate all the knowledge that i learnt so far by writing a text based adventure. Heres the crucial bit: cave=[&#34;You enter a cave&#34;] #list of locations cavedirection = [&#34;north&#34;,&#34;south&#34;] concave=[&#34;you enter a concave room&#34;] concavedirection=[ &#34;south&#34;, &#34;east&#34;] currentlocation=cave # location variable while currentlocation == cave: # First while loop print cave print cavedirection a = raw_input (&#34;what direction do you want to go in&#34;) currentdirection = a if a == &#34;north&#34;: currentlocation=concave #location variable if currentlocation &#60;&#62; cave: break while currentlocation == concave: # Second while loop print concave print concavedirection a = raw_input (&#34;what direction do you want to go in&#34;) currentdirection= a if a == &#34;south&#34;: currentlocation = cave #location variable if currentlocation&#60;&#62;concave: break The programm skips from the first while loop &#34;cave &#34; to the second while loop &#34;concave&#34; but does not skip from &#34;concave&#34; back to &#34;cave&#34; again. How can I get the the second while loop to skip back to the first one again? Any Ideas?
</description>
<pubDate>Sun, 08 Oct 2006 23:56:29 -0700</pubDate>
</item>
<item>
<title>Python symbian emulation in Script Forums : Python</title>
<link>http://www.w3exchange.com/view_topic.php?pid=595#595</link>
<guid isPermaLink="false">595@http://www.w3exchange.com</guid>
<description>Topic: Python symbian emulation

Message: Hi,simple starting problem:I have carbide and sdk and pyton.c++ environment works and emulates too.Python installer only asks about the connected phone, I want emulate, have not connected phone.Symbian path something .....system/apps/ has not pythonintalled.How to emulation work if python installer only asks aboutconnected phone, not install python inside Symbian sdk folder?Thanks
</description>
<pubDate>Tue, 26 Sep 2006 23:47:13 -0700</pubDate>
</item>
</channel>
</rss>
