Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29728
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.mixmin.net!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'syntax': 0.03; 'python': 0.09; 'mentions': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sep': 0.09; 'subject:Function': 0.09; 'result.': 0.15; '"python': 0.16; 'googling': 0.16; 'over"': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Print': 0.16; 'wrote:': 0.17; 'typing': 0.17; 'error.': 0.21; 'somewhere': 0.24; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; '-0700,': 0.29; "d'aprano": 0.29; 'steven': 0.29; 'no,': 0.29; 'fri,': 0.30; 'function': 0.30; 'from:addr:yahoo.co.uk': 0.32; 'print': 0.32; 'problem': 0.33; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'useful': 0.36; 'resolve': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'first': 0.61; 'solve': 0.62; 'world': 0.63; 'ever': 0.63; 'ever.': 0.84; 'received:89': 0.86 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: Print Function |
| Date | Sat, 22 Sep 2012 08:27:32 +0100 |
| References | <db8c7111-8fc7-4884-8c58-987399f7793f@googlegroups.com> <505d13d3$0$29981$c3e8da3$5496439d@news.astraweb.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-89-243-207-26.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.0; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 |
| In-Reply-To | <505d13d3$0$29981$c3e8da3$5496439d@news.astraweb.com> |
| X-Antivirus | avast! (VPS 120921-0, 21/09/2012), Outbound message |
| X-Antivirus-Status | Clean |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1068.1348298840.27098.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1348298840 news.xs4all.nl 6930 [2001:888:2000:d::a6]:34100 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:29728 |
Show key headers only | View raw
On 22/09/2012 02:26, Steven D'Aprano wrote: > On Fri, 21 Sep 2012 13:20:09 -0700, gengyangcai wrote: > >> I am currently using Python 3.2.3 . WHen I use the print function by >> typing print "Game Over" , it mentions " SyntaxError : invalid syntax >> ". Any ideas on what the problem is and how to resolve it ? > > No, none what so ever. Perhaps you are the first person in the world to > have come across this error. If you ever solve it, please write up the > solution and put it on a blog or a website somewhere so that if it ever > happens again, googling for "python print SyntaxError" will return a > useful result. > > Tongue-firmly-in-cheek-ly y'rs, > > + one trillion -- Cheers. Mark Lawrence.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Print Function gengyangcai@gmail.com - 2012-09-21 13:20 -0700
Re: Print Function Rodrick Brown <rodrick.brown@gmail.com> - 2012-09-21 16:28 -0400
Re: Print Function Tarek Ziadé <tarek@ziade.org> - 2012-09-21 22:29 +0200
Re: Print Function Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-21 14:54 -0600
Re: Print Function Alister <alister.ware@ntlworld.com> - 2012-09-21 21:11 +0000
Re: Print Function Ian Kelly <ian.g.kelly@gmail.com> - 2012-09-21 16:43 -0600
Re: Print Function John Gordon <gordon@panix.com> - 2012-09-21 21:17 +0000
Re: Print Function Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-09-22 01:26 +0000
Re: Print Function Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-22 08:27 +0100
Re: Print Function Walter Hurry <walterhurry@lavabit.com> - 2012-09-22 23:28 +0000
csiph-web