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: Sun, 20 Dec 2015 22:29:14 +1100 Lines: 20 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 KqSXfIpC5vCc415WcJKktggPn4/LDah+YDcsNhKP5MOQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.039 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'received:209.85.223': 0.03; 'exist,': 0.07; 'subject:help': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'sections': 0.13; 'subject: \n ': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'next.': 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; 'student': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'programming': 0.22; 'dec': 0.23; 'previously': 0.24; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'task': 0.30; 'doubt': 0.33; 'received:google.com': 0.35; 'solving': 0.35; 'sometimes': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'setting': 0.37; 'received:209': 0.38; 'does': 0.39; 'subject:the': 0.39; 'subject:with': 0.40; 'your': 0.60; 'subject:Need': 0.61; 'here.': 0.62; 'course': 0.62; 'techniques': 0.65; '20,': 0.66; 'forward': 0.66; 'course.': 0.67; 'worth': 0.67; 'sounds': 0.76; 'introduce': 0.79; 'attentive': 0.84; 'chrisa': 0.84; 'denis': 0.84; 'exercise.': 0.84; 'to:none': 0.91; 'taught': 0.97 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=m0giSsinopvoTccIIcREhbSbNZbweCNfNKvaPR3pGP4=; b=R5Wb1dKq4APlpMsBQUqJQ7XWGyMnllaR554vqBUGA9+CPHV+Z+eTNyqKtXGYEvopj8 5ARpLIfYQglAxKG0hQldusONMz1robtC9xx+eeQ4oL3E8+1YCSXm7aoQ6nXBb/CUybBz 7rX5SCpubr01WySO3SlRbuPnsuXnZ4D4srIDrEFQ4eqytasDhSPIIE7NSQy/bfGbbnPH 9Rqy7FW4Q5Wmm8Caaa2qDhXrhJpQa8zQeIoCwnNzkMjMe2kMI/79VJgREUaSnWNvQU0P rgDGdWCuuJjLWZiLX+QoShCSK2IKjaONgxs0LDMixMnNoP5xy7SXA2erM7ANefIikctK GcZA== X-Received: by 10.107.163.146 with SMTP id m140mr12955340ioe.19.1450610954981; Sun, 20 Dec 2015 03:29:14 -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:100628 On Sun, Dec 20, 2015 at 10:04 PM, Denis McMahon wrote: > It sounds like you're taking a python course. Your course should have > taught you all you need to carry out this programming task before setting > this exercise. > > Alternatively, if you have so far been a fully attending, attentive and > straight A student on this course, perhaps they are setting exercises for > which they have not previously provided the necessary tuition. There is a half-and-half possibility, too; sometimes a course will give you a challenge, and *then* introduce you to the techniques necessary for solving it (after letting you have a shot at it on your own). I don't like that style, myself, but it does exist, so it may be worth skimming forward a few sections in the course to see what it teaches next. But frankly, I doubt that's what's going on here. ChrisA