Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.063 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.01; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'inputs': 0.16; 'made,': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'meant': 0.20; 'header :In-Reply-To:1': 0.27; 'function': 0.29; 'message- id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'to:addr :python-list': 0.38; 'pm,': 0.38; 'that,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; '30,': 0.65; '2013': 0.98 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; bh=PZQdqTOfQqL6xG5HPkK+KbncVFHxcwo77EaGk+0sy0g=; b=RaMUC1AqI5Z/eXzWmcO3hakKJMY5lB1H5xFz/lXjUNltIsVx/77SZ9e9liQ4NVAv3S Z/J0FrwWemOejzBPn/ciPw3hKEVadv6m0+gPg0B0eS4/oFxeYr5XqwTP+LAbyxar4+wj tNKe+JphV4biYuvX48qipHQbQas3julXBXhSGyAg1C2+ZPMiZRxZ9GvGqLCTValBNUBU g2KHvvPqNK8LwKc7C7j4922GJ8NpxpwB8HsccfOwZvhoSWiD4csY7+QjNXHsm4aynvDN VD5jZzjk/C40kPeyhnWlZ8Di5bvKlqYo9WKns/483M+lPlhAJFehQTFtZ6hb2ZNzVZIv gnOQ== MIME-Version: 1.0 X-Received: by 10.52.117.16 with SMTP id ka16mr4444428vdb.43.1369918782870; Thu, 30 May 2013 05:59:42 -0700 (PDT) In-Reply-To: <864c9d49-9929-43dd-b484-d6be92564cc3@googlegroups.com> References: <864c9d49-9929-43dd-b484-d6be92564cc3@googlegroups.com> Date: Thu, 30 May 2013 22:59:42 +1000 Subject: Re: User Input From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369918785 news.xs4all.nl 15888 [2001:888:2000:d::a6]:59615 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46485 On Thu, May 30, 2013 at 10:37 PM, Eternaltheft wrote: > sorry about that, i got confused xD. yeah it works good now. > what i meant to say was can i return a function that i made, if the user inputs nothing? Sure! Anything you want to do, you can do :) ChrisA