Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2a.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'one?': 0.05; 'exist.': 0.09; 'received:internal': 0.09; 'thu,': 0.15; 'value.': 0.15; 'invisible': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'wrote:': 0.16; 'string': 0.17; '>>>': 0.20; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; "doesn't": 0.28; "d'aprano": 0.33; 'steven': 0.33; 'subject:?': 0.34; 'to:addr:python-list': 0.35; 'really': 0.35; 'but': 0.36; 'received:10': 0.37; 'subject:: ': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.39; 'claim': 0.61; 'from:no real name:2**0': 0.61; "you've": 0.61; 'header:Message-Id:1': 0.62; 'remember,': 0.93 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=7LuIgci68FQxyM1liX9Y04MWrTU=; b=to2ch1 edo1X2n1kWq+uK3gRC9F2/5O22dSA9EQlAUgiJt5oBSkOfu2fSEFZoZckEBiQeq0 Jn7POYpWX/yrbyUKdsO4D9QA2DCBIZ0g0jPf5C9pF2WG5o5lduD9jW7fb70w2AnD dBLe0ak/3k5k9rmrGc9e1GUhvSzMoZz8NuzEc= 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=7LuIgci68FQxyM1 liX9Y04MWrTU=; b=OLDJp1D5Tmb8ylt9yB927/+qYlyJXPC7j2gIAYiRwpqJyjz A3F1UsJXd8s2/fRhaDIz558G8/d6t7m7zJjvWvdcAg005/c2i7bpI5Mgv9vVC5F2 kNly3rDLZFXzB/rTuIRDXgYK+J1sf9afGfIMS9wxzhJylR1gkUZcpFdBVbvY= X-Sasl-Enc: 7HQFk0FwZClNQ7cNw0rgCeOQA2ZywE16uwJa19cuqesL 1433458773 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-96e2a13b Subject: Re: Can Python function return multiple data? Date: Thu, 04 Jun 2015 18:59:33 -0400 In-Reply-To: <5570ce43$0$12991$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> 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433458775 news.xs4all.nl 2902 [2001:888:2000:d::a6]:57929 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92100 On Thu, Jun 4, 2015, at 18:16, Steven D'Aprano wrote: > Remember, you've tried to claim that it is not invisible or unknown, so > you > must be able to see and know that value. So what is the value? It doesn't have to have a string representation to exist. But if you really want one? >>> object.__repr__(23) ''