Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!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.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; ';-)': 0.03; 'subject:help': 0.08; 'explanation': 0.09; 'lawrence': 0.09; 'spaces': 0.09; 'received:dip0.t-ipconnect.de': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:beginner': 0.16; 'subject:class': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'wrote:': 0.18; '+0000': 0.22; 'print': 0.22; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'tim': 0.29; 'chase': 0.31; 'this.': 0.32; 'could': 0.34; 'subject: (': 0.35; 'subject:with': 0.35; 'but': 0.35; 'charset :us-ascii': 0.36; 'should': 0.36; 'wrong': 0.37; 'thank': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'number,': 0.60; 'kindly': 0.61; 'subject:Need': 0.64; 'more': 0.64; 'total': 0.65; 'received:109': 0.72; 'received:(helo localhost)': 0.91; 'quotation': 0.93; '2013': 0.98 Date: Sat, 30 Nov 2013 02:16:08 +0100 From: Johannes Findeisen To: python-list@python.org Subject: Re: Need help with programming in python for class (beginner level) In-Reply-To: References: <20131130013836.49f68d62@hanez.org> <20131130014903.220759fa@hanez.org> <20131129190646.6ae030e4@bigbox.christie.dr> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.22; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1385774268 news.xs4all.nl 15929 [2001:888:2000:d::a6]:44306 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60789 On Sat, 30 Nov 2013 01:08:28 +0000 Mark Lawrence wrote: > On 30/11/2013 01:06, Tim Chase wrote: > > On 2013-11-30 00:59, Mark Lawrence wrote: > >> Wrong again, or at least overengineered. > >> > >> print "

The total rolled was:", number,

" > > ^ > >> > >> You don't even need the spaces as print kindly does it for you :) > > > > but you could at least include the missing quotation mark ;-) :) > It's way past my bedtime :) Same to me... I should get more sleep before answering. Anyway, Thank you for the explanation of this. Sleep well... ;) Johannes