Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.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: UNSURE 0.226 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.57; '*S*': 0.02; 'python.': 0.02; 'suggestions.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '"running': 0.16; '(just': 0.16; 'posted.': 0.16; 'tally': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'issue.': 0.22; 'cc:addr:python.org': 0.22; 'url:moin': 0.24; 'fairly': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'player': 0.26; 'header:In-Reply- To:1': 0.27; 'appreciated.': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'url:wiki': 0.31; 'maintaining': 0.32; 'url:python': 0.33; 'running': 0.33; 'monday,': 0.33; 'basic': 0.35; 'advice': 0.35; 'created': 0.35; 'knows': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'similar': 0.36; 'url:org': 0.36; 'list': 0.37; 'project': 0.37; 'subject:new': 0.38; 'sure': 0.39; 'how': 0.40; 'read': 0.60; 'dave': 0.60; 'is.': 0.60; 'august': 0.61; 'john': 0.61; "you're": 0.61; 'save': 0.62; 'email addr:gmail.com': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'assistance': 0.66; 'contact': 0.67; 'it!': 0.67; 'subject:this': 0.83; '"learn': 0.84; 'game,': 0.84; 'pain': 0.84; 'step,': 0.84; 'angel': 0.91; 'destinations': 0.91; 'navigate': 0.91; 'travel,': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=uCYLrtRtP26Ag68AzpgkbC6KpnAL6ECboiYgu6riefk=; b=jwGSqvFa/0rCu6O8FyYuGzeFh3CdLTzUKvNalWqzPv/QgYM9AM+JlyNdk/GQXSaA0t 34QBP9WGCUKZQxvviuzKqbPAZq+i6uJaOr8DT5FaOQNQ0GKtOcJ7xZuqRR8hY1V5Q0iz g8kyX7goVLtvDv3rGfmD41a9pKxVHwDWyw4e1iLrIIHA5I9gOmwfR42z/0RLzONA2rZ+ ycigy6/YOEnmbS9gVyJy/fPBX8j7IfqVyG1KVnVolB2eWfgS9rFGAv8mWtUZjQAYtkd7 CI2166CHc7B1fV3g9YKoSjCcm+J/wD84BUZhqVADO+nUZFrb79tDyhVMF3mY3CEYUVWy EwPw== X-Received: by 10.152.121.73 with SMTP id li9mr1319019lab.42.1375876980734; Wed, 07 Aug 2013 05:03:00 -0700 (PDT) MIME-Version: 1.0 Sender: joshua.landau.ws@gmail.com In-Reply-To: <8b372a3b-c71d-4e26-88ae-ce5e6239fc36@googlegroups.com> References: <9e9e6a5a-5f8e-46b4-91dc-757fc74348d9@googlegroups.com> <8b372a3b-c71d-4e26-88ae-ce5e6239fc36@googlegroups.com> From: Joshua Landau Date: Wed, 7 Aug 2013 13:02:20 +0100 X-Google-Sender-Auth: OYN-O4GdUXVW_JlPOHq60nlWNHU Subject: Re: Creating a running tally/ definitely new to this To: gratedmedia@gmail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Wed, 07 Aug 2013 18:43:40 +0200 Cc: python-list 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375893821 news.xs4all.nl 15869 [2001:888:2000:d::a6]:46232 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52138 On 6 August 2013 16:24, wrote: > On Monday, August 5, 2013 10:15:30 PM UTC-4, Dave Angel wrote: >> gratedmedia@gmail.com wrote: >> >> > I currently working on a game, where I need to maintain a running tall= y of money, as the player makes purchases as they navigate thru game. I n= ot exactly sure how to do this in python. I know it is a fairly basic step= , nonetheless. Any assistance would be greatly appreciated. >> >> (just to save you the pain later: >> >> http://wiki.python.org/moin/GoogleGroupsPython >> >> ) Look! A link! Read it! > This a project I am am working on. I am using "Learn Python the Hard Way= ". To best explain. I'm working on a game with a similar format to John Del= l's Dopewars, but on Python. SO I've created the several destinations to tr= avel, but now maintaining the "running tally (money)" has been my issue. I'= m going to take your advice and play with code you posted. Please contact = me with any more suggestions. You're doing something wrong. No-one on this list knows what it is. Hence no-one can help you until you give us some way of finding out.