Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: Need help on a project To :"Create a class called BankAccount with the following parameters " Date: Mon, 11 Jan 2016 19:46:20 -0500 Organization: IISS Elusive Unicorn Lines: 17 Message-ID: References: <57a7133b-8ee0-4196-b2e5-6aa393a4e5fb@googlegroups.com> <46ed5b1a-ce41-41c8-9570-a8f410db6d01@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de nvPQK/yb6kdP5neAzrWqPAJh5jHEvT+TKXnB2yGQxErg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:help': 0.07; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'jan': 0.11; '2016': 0.16; 'lisp': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:class': 0.16; 'subject:parameters': 0.16; 'subject:project': 0.18; 'url:home': 0.18; '(not': 0.20; 'programming': 0.22; 'mon,': 0.24; 'header:X-Complaints-To:1': 0.26; 'function': 0.28; 'code': 0.30; 'class.': 0.30; 'mention': 0.30; 'language.': 0.32; 'add': 0.34; 'star': 0.35; 'should': 0.36; 'basic': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'subject:with': 0.40; 'questions': 0.40; 'your': 0.60; 'subject: ': 0.61; 'subject:Need': 0.61; 'email addr:gmail.com': 0.62; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-79-218-6.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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:101504 On Mon, 11 Jan 2016 14:07:49 -0800 (PST), homiemusa@gmail.com declaimed the following: >please help me how can i add a function to this code am a star Read the Python tutorial... Look in the help system for "function"... Functions are basic features of practically every programming language. Even K&K BASIC from 1968 has them... (not to mention LISP and FORTRAN from the 50s). These are questions that your instructor should have answered in the class. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/