Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!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.114 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.00; 'sake': 0.09; 'sat,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'key?': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'subject:problem': 0.22; 'header:In-Reply-To:1': 0.25; 'possibly': 0.27; 'message- id:@mail.gmail.com': 0.27; 'leaves': 0.29; 'code': 0.31; 'problem': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'updated': 0.34; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'but': 0.36; "i'll": 0.36; 'subject:with': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'first': 0.61; 'more': 0.63; 'fuel': 0.65; 'stuck': 0.65; '2013': 0.84; 'tank': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=cFHozCkkWTkwUPfJICzusocH2TulcjMDs8r3InmcLw0=; b=fMuckRga/KPQh5MZkxN46MdNUMEkpCfYmDJM5wufneZb+6iH+1WSDYZHO0q77NU1hN ZXYckEg2mgGTY05ytL2jDSs/hGUrV/xSM5ItBiKw0Ce/8u3xeI0uzOzXR457oDmqP9vw RBrNAWMg3l5w2cvNdQ7ZG/ahIXRjTygzflPA4dP29n4CGTlh934CpK7lkf8yH6lbI3qY dkCNGirF3h33Rds0xjzryB5sYxRWXtnDvbkJhnR+9QKANBiY1KMzFMp/lQUcuhTJB3Ie 6OVXggThNo/eteo5o7c5erIwXyyRPAwdLfnk+xNoea/ocada7kcRqwHZYhY73G73Cc9S XBJw== MIME-Version: 1.0 In-Reply-To: <9ba228d7-0654-412a-9b55-c2a07aedbe24@googlegroups.com> References: <6f3c7fdf-7439-43b1-b3a2-da9da019b1ec@googlegroups.com> <9ba228d7-0654-412a-9b55-c2a07aedbe24@googlegroups.com> Date: Sat, 5 Jan 2013 23:39:27 +1100 Subject: Re: problem with exam task for college From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357389570 news.xs4all.nl 6970 [2001:888:2000:d::a6]:56788 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36163 On Sat, Jan 5, 2013 at 11:24 PM, wrote: > hy again,thanx, i updated my code with your more efficient approach :), s= o that possibly resolves problem number 2, but still leaves me with problem= n=B01, my code is still stuck in the first update of the fuel tank (brands= toftank), for the sake of your easyness i'll paste the code again Not sure what you mean by "stuck", but is it that scene.kb.getkey() waits for a key? ChrisA