Path: csiph.com!2.us.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed0.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Stephen Hansen Newsgroups: comp.lang.python Subject: Re: one-element tuples [Was: Most probably a stupid question, but I still want to ask] Date: Sun, 10 Apr 2016 17:19:48 -0700 Lines: 6 Message-ID: References: <1460333911.3449208.574628345.4B46CD32@webmail.messagingengine.com> <1460333988.3449343.574629401.5CF19822@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 3VejjKFwapkcfY3eYj/QbQ2gE8PCga7txSCuiIEZs4pw== 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; 'trailing': 0.07; 'subject:question': 0.08; 'received:internal': 0.09; 'subject:still': 0.09; '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:66.111.4.27': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'received:psf.io': 0.16; 'subject:Was': 0.16; 'wrote:': 0.16; '>>>': 0.20; 'meant': 0.22; 'stephen': 0.22; 'header:In-Reply-To:1': 0.24; 'subject: [': 0.29; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'say': 0.37; 'received:66': 0.38; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'easy': 0.60; 'header:Message-Id:1': 0.61; 'here.': 0.62; 'miss': 0.77; 'subject:, \n ': 0.84; 'subject:want': 0.93 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=ixokai.io; 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=Frch4lE5Kle2ygaQPMgofFqlXzw=; b=bGp7c5 0XL24tWnFSrW3rnkYngS5N/Js4g4PJgonurA8q5BHflN13+uicDrcrrFdP3WmyAy ux4Z2kG5Equhjyl0qvvflOhp6v6SjpR1gNth84mZi0nxOgKHVNqoMEn6ANozMNIW R9H9N1edWSY+TQkEat+NhmIfrkFsQduv7M/gk= 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=Frch4lE5Kle2yga QPMgofFqlXzw=; b=CiAj1Bh5eWWKZWNry1Y2k8dMPilGpzCc6cVujlpQty5c/iS Wyi7QOrjpFadeRSTfT9bgtjgImAySoSn9f+99XSuB7iLbj3wcOaDCzQVQso7g39z XNGpfuFOiqAzjG8ZrqAY5IG4RdVrwiQa39E39wgMOu1WbNmR7GoX0/SAQREM= X-Sasl-Enc: xFjcdvuGwsDs9lRwAgMX+HkDRANEnAmOf+Le8iBmtLC8 1460333988 X-Mailer: MessagingEngine.com Webmail Interface - ajax-eadf0bcf In-Reply-To: <1460333911.3449208.574628345.4B46CD32@webmail.messagingengine.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1460333988.3449343.574629401.5CF19822@webmail.messagingengine.com> X-Mailman-Original-References: <1460333911.3449208.574628345.4B46CD32@webmail.messagingengine.com> Xref: csiph.com comp.lang.python:106805 On Sun, Apr 10, 2016, at 05:18 PM, Stephen Hansen wrote: > The parens are optional, I always put them in because: > >>> b = "hello", Ahem, "because its easy to miss the trailing comma" is what I meant to say here.