Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46485

Re: User Input

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 <rosuav@gmail.com>
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 <e3fd9fdd-efa0-45b8-97b9-b77519012640@googlegroups.com> <864c9d49-9929-43dd-b484-d6be92564cc3@googlegroups.com>
Date Thu, 30 May 2013 22:59:42 +1000
Subject Re: User Input
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2418.1369918785.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, May 30, 2013 at 10:37 PM, Eternaltheft <eternaltheft@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 04:33 -0700
  Re: User Input Fábio Santos <fabiosantosart@gmail.com> - 2013-05-30 12:45 +0100
  Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 04:48 -0700
    Re: User Input Chris Angelico <rosuav@gmail.com> - 2013-05-30 22:06 +1000
    Re: User Input MRAB <python@mrabarnett.plus.com> - 2013-05-30 13:08 +0100
    Re: User Input Fábio Santos <fabiosantosart@gmail.com> - 2013-05-30 13:10 +0100
  Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 05:19 -0700
    Re: User Input Fábio Santos <fabiosantosart@gmail.com> - 2013-05-30 13:27 +0100
    Re: User Input Chris Angelico <rosuav@gmail.com> - 2013-05-30 22:28 +1000
  Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 05:37 -0700
    Re: User Input Dave Angel <davea@davea.name> - 2013-05-30 08:58 -0400
    Re: User Input Chris Angelico <rosuav@gmail.com> - 2013-05-30 22:59 +1000
  Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 06:10 -0700
    Re: User Input Dave Angel <davea@davea.name> - 2013-05-30 09:37 -0400
      Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 07:03 -0700
        Re: User Input Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-30 15:30 +0100
          Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 07:49 -0700
      Re: User Input Eternaltheft <eternaltheft@gmail.com> - 2013-05-30 07:47 -0700
        Re: User Input Joshua Landau <joshua.landau.ws@gmail.com> - 2013-05-30 16:09 +0100

csiph-web