<div class="gmail_quote">On Sun, Mar 22, 2009 at 8:35 PM, John Jenkinson <span dir="ltr">&lt;<a href="mailto:johnjenkinson1@gmail.com">johnjenkinson1@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>I am trying to write a program that displays the string expression &quot;Game Over&quot;, in a console window that remains open.</div>
<div> </div>
<div>my code is as follows:</div>
<div> </div>
<div># Game Over console window</div>
<div> </div>
<div>print &quot;Game Over&quot;</div>
<div>raw input(&quot;\n\nPress the enter key to exit.&quot;)</div>
<div></div></blockquote><div><br>Assuming that you&#39;ve posted exactly what&#39;s in your program, the problem is &quot;raw input()&quot; (which would mean &#39;execute a statement called raw, with an input() function following it&#39;) instead of &quot;raw_input()&quot;.  Since there isn&#39;t a built-in statement called &quot;raw&quot;, you get the syntax error.<br>
<br>Spelling counts.<br></div></div><br>-- <br><a href="http://www.fsrtechnologies.com">www.fsrtechnologies.com</a><br>