Path: csiph.com!usenet.pasdenom.info!goblin1!goblin.stu.neva.ru!news.astraweb.com!border5.a.newsrouter.astraweb.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.059 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'python,': 0.02; 'pixel': 0.07; 'subject:Help': 0.10; '"invalid': 0.16; '"python': 0.16; 'highlight': 0.16; 'over"': 0.16; '\xa0this': 0.16; 'supposed': 0.21; 'programming': 0.23; 'absolute': 0.23; 'message- id:@mail.gmail.com': 0.27; 'skip:& 10': 0.29; 'window': 0.30; 'code': 0.31; 'says': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'skip:& 20': 0.33; 'received:google.com': 0.34; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'does': 0.37; 'subject:New': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'bottom': 0.60; 'subject:Need': 0.61; 'bring': 0.62; 'back': 0.62; 'soon': 0.70; 'press': 0.71; 'happen!': 0.84; 'underneath': 0.84; 'simple!': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=EELwvWhX5iUU925SSUXBDkUq7gOLlAIdXSE/Wd02ObI=; b=cXlw9uNTZ52NVvxOgwHImAiCDPkG9N01A7fipYzxLqklQHtrEek8SuAykSqgHrC51J m0SaeZzRuMRC5DtDeS/JN+dBRfPpZMsuXWWfOdsuZ8r+TH5n0lJzuo1o1cI/lpuL8IBW MtbpocoGUg7PoNZ3eB/q5+3uTvZbL9Y0D/QvG1t6VqrkT3mnb8y/xIgPxfDQm/WNVsG9 Vk+SswWgMweiRuLYDn/gZlhBAmtMGp80bWuHwT9l38fPAp8JrexXM/2tIONotNRh/KGZ DWowXEcbNy5rkZUcTDTvCHcqcDLkY6gdpO8VBVM6yGGxNFaJSfiFtgUl0fjvF6MfBvWq iGvg== MIME-Version: 1.0 X-Received: by 10.220.106.133 with SMTP id x5mr5156176vco.61.1360964727471; Fri, 15 Feb 2013 13:45:27 -0800 (PST) Date: Fri, 15 Feb 2013 14:45:27 -0700 Subject: New User-Need-Help From: Deborah Piotrowski To: python-list@python.org Content-Type: multipart/alternative; boundary=f46d043c7acc22003004d5ca4b90 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360964736 news.xs4all.nl 6873 [2001:888:2000:d::a6]:45355 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38961 --f46d043c7acc22003004d5ca4b90 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am very new to Python, I am using the e-book "Python Programming for the Absolute Beginner" and am starting with a simple "Game Over" Program. This is the code:which is extremely simple! print"Game Over" raw_input("\n\nPress Enter Key to exit") That's it. It is supposed to bring up a window that says "Game Over" and at the bottom say "Press enter Key to exit" and when you press the enter key it is supposed to exit(big suprise). But all it does is highlight "raw_input" and says "invalid syntax" Now, if I just put "print "Game Over"" then it says Game Over UNDERNEATH the code I just printed! now I am following the book to the *pixel* and that is not what is supposed to happen! Please email me back as soon as you get this...(if you are not to busy). Thanks,Nicholas --f46d043c7acc22003004d5ca4b90 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,


I am very new to Python, I am using t= he e-book "Python Programming for the Absolute Beginner" and am s= tarting with a simple "Game Over" Program. =A0This is the code:wh= ich is extremely simple!
print"Game Over" raw_input("\n\nPress Enter Key to exit= ")
That's it. It is supposed to bring up a window that s= ays "Game Over" and at the bottom say "Press enter Key to ex= it" and when you press the enter key it is supposed to exit(big supris= e).
But all it does is highlight "raw_input" and says "inva= lid syntax" Now, if I just put "print "Game Over""= then it says Game Over UNDERNEATH the code I just printed!
now I= am following the book to the pixel and that is not what is supposed= to happen!
Please email me back as soon as you get this...(if you are not to busy).=A0=

Thanks,Nicholas=A0
--f46d043c7acc22003004d5ca4b90--