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


Groups > comp.lang.python > #66958

Re: Functions help

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <travisgriggs@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.032
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:help': 0.08; 'lawrence': 0.09; 'newly': 0.09; 'underscore': 0.09; '23,': 0.16; 'arrived': 0.16; 'binding,': 0.16; 'confuse': 0.16; 'variable.': 0.16; 'language': 0.16; 'wrote:': 0.18; 'basically': 0.19; 'feb': 0.22; 'to:name:python-list@python.org': 0.22; 'error': 0.23; 'precise': 0.24; 'header:In-Reply-To:1': 0.27; 'besides': 0.30; 'indentation': 0.31; 'received:google.com': 0.35; 'there': 0.35; 'right?': 0.36; 'charset:us-ascii': 0.36; "i'll": 0.36; 'received:10': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'above,': 0.60; 'header:Message-Id:1': 0.63; 'name': 0.63; 'benefit': 0.68; 'acts': 0.74; 'obvious': 0.74; '2014,': 0.84; 'kingdom.': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:in-reply-to:message-id:date:to :content-transfer-encoding:mime-version; bh=F9/YuqPfr1EdGeaery9Ig71MUXiPbjdW/sVg1zTqK0Q=; b=fFMrghJC6GphpFKG9OLH+WaGLeqrJxfRgtTziltk+h3HLX1KitTKOmRy59i5c2F2dW RptstLwWfbU5Cm2ea5k4bCLvx+xAcIDsb2qI/7xxcQffGRfnaNIAqz9VcRqW3EveFiBG xaj/Y79E2w4UOLTzXo61reiQX9l+F83NUXeA/SfccUvHF/DsGBUfTqwB1h+5Ii1YiCx8 opunXBufx4+01amxByGLVmDE9JNo/RWX2TwuJ2QfcMYAgMP7dJqYxMojsJRwQWWrv2M7 q7IK9narxINmQ2g2xmIcow2B4DI047MBo6Trm/Eql+f6XHpo5IATRWJtngpxSG+2J9BI hYKw==
X-Received by 10.68.240.36 with SMTP id vx4mr22051727pbc.140.1393205270869; Sun, 23 Feb 2014 17:27:50 -0800 (PST)
Subject Re: Functions help
References <mailman.7276.1393141556.18130.python-list@python.org> <lee59o$t23$1@dont-email.me> <lee63g$e4h$1@ger.gmane.org>
From Travis Griggs <travisgriggs@gmail.com>
Content-Type text/plain; charset=us-ascii
X-Mailer iPhone Mail (11B554a)
In-Reply-To <lee63g$e4h$1@ger.gmane.org>
Date Sun, 23 Feb 2014 17:27:49 -0800
To "python-list@python.org" <python-list@python.org>
Content-Transfer-Encoding quoted-printable
Mime-Version 1.0 (1.0)
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.7300.1393205274.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393205274 news.xs4all.nl 2905 [2001:888:2000:d::a6]:51369
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:66958

Show key headers only | View raw



> On Feb 23, 2014, at 17:09, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> 
> For the benefit of newbies, besides the obvious indentation error above, the underscore basically acts as a dummy variable.  I'll let the language lawyers give a very detailed, precise description :)

You mean a dummy name binding, right? If we say "variable" we might confuse those newly arrived pilgrims from other language kingdom.



(If you squint hard, I think there's some <facetious> tags in there :) )

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


Thread

Functions help Scott W Dunning <swdunning@cox.net> - 2014-02-22 22:43 -0700
  Re: Functions help Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-02-23 08:44 +0000
  Re: Functions help alex23 <wuwei23@gmail.com> - 2014-02-24 10:55 +1000
    Re: Functions help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-24 01:09 +0000
      Re: Functions help alex23 <wuwei23@gmail.com> - 2014-02-24 11:39 +1000
        Re: Functions help Benjamin Kaplan <benjamin.kaplan@case.edu> - 2014-02-23 18:55 -0800
          Re: Functions help Grant Edwards <invalid@invalid.invalid> - 2014-02-24 15:38 +0000
        Re: Functions help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-24 03:21 +0000
          Re: Functions help rurpy@yahoo.com - 2014-02-23 20:01 -0800
            Re: Functions help Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-24 13:59 +0000
            Re: Functions help Ethan Furman <ethan@stoneleaf.us> - 2014-02-25 18:52 -0800
              Re: Functions help rurpy@yahoo.com - 2014-02-26 17:06 -0800
        Re: Functions help MRAB <python@mrabarnett.plus.com> - 2014-02-24 03:36 +0000
      Re: Functions help Scott W Dunning <swdunning@cox.net> - 2014-02-23 18:43 -0700
      Re: Functions help Roy Smith <roy@panix.com> - 2014-02-23 20:28 -0500
    Re: Functions help Travis Griggs <travisgriggs@gmail.com> - 2014-02-23 17:27 -0800
  Re: Functions help "Rhodri James" <rhodri@wildebst.org.uk> - 2014-02-24 01:01 +0000
    Re: Functions help Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-02-24 21:18 -0500
      Re: Functions help "Rhodri James" <rhodri@wildebst.org.uk> - 2014-02-27 22:49 +0000
  Re: Functions help Scott W Dunning <swdunning@cox.net> - 2014-02-23 18:24 -0700
  Re: Functions help sffjunkie@gmail.com - 2014-02-24 02:15 -0800
  Re: Functions help sffjunkie@gmail.com - 2014-02-24 02:32 -0800

csiph-web