Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Antoon Pardon Newsgroups: comp.lang.python Subject: Re: What is a function parameter =[] for? Date: Tue, 24 Nov 2015 16:10:27 +0100 Lines: 14 Message-ID: References: <56544BAB.9020709@rece.vub.ac.be> <874mgbpnb5.fsf@elektro.pacujo.net> <486929d1-4caa-403c-89e6-c45d7b447f98@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de vaKNzGkPEBf3UXOQ7pXA3gnmsOJKY3rT6OX6DWN/Wy+A== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python,': 0.02; 'imply': 0.07; 'means,': 0.07; 'python.': 0.11; '"value"': 0.16; 'object).': 0.16; 'received:adsl-dyn.isp.belgacom.be': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'header:In-Reply- To:1': 0.24; 'header:User-Agent:1': 0.26; 'correct': 0.28; 'values': 0.28; 'received:192.168.1.3': 0.29; 'objects': 0.29; 'received:be': 0.30; 'generally': 0.32; 'list': 0.34; 'evaluation': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'does': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'charset:windows-1252': 0.62; 'to,': 0.63; 'received:195.238': 0.84; 'schreef': 0.84 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CVAQCTfVRW/9Xi9VENUcQzgWWGBgkCgXQSAQEBAQEBAYU/AQEDAXgGCwshFg8JAwIBAgFFEwgCiCINrVCMe4QmAQEIAgEghlSEfoUnhBIBBI0eiTKNMZxLKAaCRh2BV4YcAQEB User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 In-Reply-To: <486929d1-4caa-403c-89e6-c45d7b447f98@googlegroups.com> 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:99352 Op 24-11-15 om 15:18 schreef Ned Batchelder: > 2) In Python, "value" means, what object does a name refer to, or what > object did an evaluation produce. I don't think this is correct because that would imply that objects don't change values (since the value would be the object). When a list is mutated, it's value has changed. That is how the word is generally used in python. -- Antoon.