Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!nuzba.szn.dk!pnx.dk!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:209.85.223': 0.03; 'be:': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr :python-list': 0.10; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'print': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'should': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'your': 0.60 X-Received: by 10.49.84.167 with SMTP id a7mr2253035qez.11.1358529399971; Fri, 18 Jan 2013 09:16:39 -0800 (PST) Newsgroups: comp.lang.python Date: Fri, 18 Jan 2013 09:16:39 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.22.123.251; posting-account=dkcMKAoAAAD0-hSisPSVbyxgmIIxCoAJ References: <2e694a98-8a50-472e-89a0-92212a00464b@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 92.22.123.251 MIME-Version: 1.0 Subject: Re: Beginner Tutorials From: Rik To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1358529408 news.xs4all.nl 6911 [2001:888:2000:d::a6]:58367 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37014 Well spotted! > Your final print should be: > > > > print("Hello " + name + "!") > > > > Regards, > > Ian F