Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.111 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.01; 'that?': 0.05; 'subject:help': 0.08; 'received:10.0.1': 0.19; 'question': 0.24; 'help!': 0.26; 'function': 0.29; 'something': 0.35; 'add': 0.35; 'there': 0.35; 'functions.': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'received:10.0': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'times': 0.62; 'header:Message-Id:1': 0.63; 'scott': 0.93 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020A.53098A76.00A6,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=Pb8hcFdd c=1 sm=1 a=MB85R812cvcrhCHz/P2OVA==:17 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=kviXuzpPAAAA:8 a=HIPdWqdXlhQA:10 a=iC53syGDseJ3uQU_sf4A:9 a=CjuIK1q_8ugA:10 a=31LbhRr0eG4A:10 a=Y82it3w0AKQA:10 a=MB85R812cvcrhCHz/P2OVA==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; auth=pass (PLAIN) smtp.auth=swdunning@cox.net From: Scott W Dunning Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Functions help Date: Sat, 22 Feb 2014 22:43:17 -0700 To: python-list@python.org Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393141556 news.xs4all.nl 2868 [2001:888:2000:d::a6]:34777 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:66921 Hello, I had a question regarding functions. Is there a way to call a function = multiple times without recalling it over and over. Meaning is there a = way I can call a function and then add *5 or something like that? Thanks for any help! Scott=