Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'strings.': 0.07; 'received:internal': 0.09; 'represents': 0.15; 'thu,': 0.15; 'value.': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'wrote:': 0.16; 'string': 0.17; 'variable': 0.20; 'object.': 0.22; 'header:In-Reply-To:1': 0.24; "can't": 0.32; "d'aprano": 0.33; 'steven': 0.33; 'subject:?': 0.34; 'to:addr:python-list': 0.35; 'but': 0.36; 'received:10': 0.37; 'subject:: ': 0.37; 'received:66': 0.38; 'things': 0.39; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.61; 'header:Message-Id:1': 0.62; 'course.': 0.67; 'text-based': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=cmhLvewIOwwEECe519K/iY/Ut9E=; b=FzzfG4 xFyeIQMIKPEIWeN93RKOtSvioJz3xjH4rsKnBK87BeaIdDELjXq03xI7vWuhTMXn NrXHwGBonbWM4O42nkaGiT0svOP8jx9SEkqgLb4QY1zY4Oi7g7FPfBMIyQGamzGo 0Jmz0MeurgfBe2gq46eNT18BreNc90idPXDHE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=cmhLvewIOwwEECe 519K/iY/Ut9E=; b=MfXuNm71CATGU+x/xQn07LKpU3VfEG4RE8ZBryQMpXXJ4NQ bZore/kSBSKAu9hl0hrBW0JOabEHC3kO96ntdkH31i+lSIaMYr+OUf6ccME9OVtO rlfP3Y7/G7UDwxWzZsFQsymTfUzMb6NWeaW9P5qCNFF6LZ0oAI1Fu5tJnTa0= X-Sasl-Enc: maagBcAIvpdw2gFhB+82fudvcE3EPY9vKsY+8v4sgiWv 1433506916 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-b076c697 Subject: Re: Can Python function return multiple data? Date: Fri, 05 Jun 2015 08:21:56 -0400 In-Reply-To: <55710b69$0$12980$c3e8da3$5496439d@news.astraweb.com> References: <3bbe49da-e989-4a8c-a8a9-75d3a786f508@googlegroups.com> <557056f9$0$13009$c3e8da3$5496439d@news.astraweb.com> <5570ce43$0$12991$c3e8da3$5496439d@news.astraweb.com> <55710b69$0$12980$c3e8da3$5496439d@news.astraweb.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: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433506919 news.xs4all.nl 2849 [2001:888:2000:d::a6]:49754 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92136 On Thu, Jun 4, 2015, at 22:37, Steven D'Aprano wrote: > That's not a reference to the value. That's a string that describes the > object. Well, of course. None of these things are strings. The normal human-readable representation of a reference is an arrow on a diagram, pointing from a box that represents the variable to a box that represents the object. But I can't exactly put that in a text-based email.