Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news.linkpendium.com!news.linkpendium.com!panix!gordon From: John Gordon Newsgroups: comp.lang.python Subject: Re: New User-Need-Help Date: Fri, 15 Feb 2013 22:59:12 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 19 Message-ID: References: NNTP-Posting-Host: panix1.panix.com X-Trace: reader1.panix.com 1360969152 19009 166.84.1.1 (15 Feb 2013 22:59:12 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Fri, 15 Feb 2013 22:59:12 +0000 (UTC) User-Agent: nn/6.7.3 Xref: csiph.com comp.lang.python:38967 In Deborah Piotrowski writes: > This is the code:which is extremely simple! > print"Game Over" raw_input("\n\nPress Enter Key to exit") > That's it. Does your code really have everything on one line, as you posted? If so, that's the problem. It should be broken into two separate lines: print "Game Over" raw_input("\n\nPress Enter Key to exit") I can't believe the book put all that code on one line... -- John Gordon A is for Amy, who fell down the stairs gordon@panix.com B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies"