Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Need help on a project To :"Create a class called BankAccount with the following parameters " Date: Sat, 12 Dec 2015 21:17:42 +1100 Lines: 13 Message-ID: References: <5ec1d759-a2ab-4193-a4aa-869c0bf0506c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de n8qm+S/Hkv0DEl35Et8pTwQDtDAf94jSE07hrckfRGRQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:help': 0.07; 'cc:addr:python-list': 0.09; 'scripts': 0.09; 'subject: \n ': 0.15; 'assignments': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:class': 0.16; 'subject:parameters': 0.16; 'wrote:': 0.16; 'subject:project': 0.18; 'project,': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'code.': 0.23; 'dec': 0.23; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'understand,': 0.29; "we're": 0.30; 'code': 0.30; 'post': 0.31; 'point': 0.33; 'received:google.com': 0.35; 'text': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; '12,': 0.37; 'received:209.85.213': 0.37; 'things': 0.38; 'received:209': 0.38; 'subject:the': 0.39; 'subject:with': 0.40; 'your': 0.60; 'subject:Need': 0.61; 'no.': 0.62; 'complete': 0.63; 'you.': 0.64; 'here': 0.66; 'chrisa': 0.84; 'homework': 0.84; 'to:none': 0.91 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:cc :content-type; bh=tYp9avkGVCVJSYhRzmGom1UNYYV2VapAaTBH5FpXOww=; b=f6WDESkO+Ps5W3249o0BMWKFlz8HTxn488ovpOCfygaQiQDQnnT4DyIcDxi7NF/YYc WZlI/+7lnMJAymAJzCWr3GmGDnRJAiLb1E8/QGUNfgD7Ug+Wsg9iGLY05HOfAdzJMgdI st25OAdNLY97UQbWMv6JXLy8ksPdCjNcGNx3YXrOzXwD/D1sYi0sOj5mNtuP+PHkwPu0 UFoOtJM2Ydr54CSb43Dnb+l+QvyklcTe0YIS3OvuU0tA32o008aGNaf5/OJcw3aM3GUh xjB4xKoSvks24THjLJa8T/oIqZDePZvpVAhN+67kpJJc6hs5jPPsZ009T93i2NckXTNz 2W7w== X-Received: by 10.50.28.19 with SMTP id x19mr9331594igg.92.1449915462912; Sat, 12 Dec 2015 02:17:42 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100327 On Sat, Dec 12, 2015 at 9:09 PM, Harbey Leke wrote: > i need help with every part of the project, like a complete text of scripts for it, thrn i can practise with it on my own and then u can give me assignments to improve on > thanks No. You're the one taking the course; you write the code. If you get to the point of having code that ought to do everything but, for reasons you don't understand, doesn't, then you can post it here and ask for help figuring things out. But we're not going to do your homework for you. ChrisA