Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.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.157 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.69; '*S*': 0.00; 'immutable': 0.09; 'message-id:@mail.gmail.com': 0.30; 'keys': 0.31; 'subject:all': 0.32; 'subject:time': 0.33; 'subject:the': 0.34; 'subject:with': 0.35; "can't": 0.35; 'no,': 0.35; 'subject:lists': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'list.': 0.37; 'from:addr:googlemail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'subject:Can': 0.60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/7XpqXOh1+ycZWjl9m05APkzjYyVrFVj73dMop6UlaI=; b=qVHbMi2ARh44QQF23MiMSe5at/zy3MmCkbPalSalBKSvHQdVvj4TJSfJ0K9to7Xpbb oswLcxg1vYoA21jS21MATcLtAVeEULp8zh43VYaohFxkGFmNnEkobrNBOO7trs8PGK9Q ra9IfNLZemwh53dtE8TlPgoAFoag7thqNSPUsi8xQniM2DnTCzOWSmkh3oBgeumTyeZC SRPc8OMYKuHzce1gaYVowKcL9QnzUvTxE8P6yFUGOnDtyzA10h32sA2ItBDtuXIGrkgy V9nTOjWUcMoGk9XE4JbZg2veZi0BkZ5MMFUhL/aHBrQe9DiC/6vgLmSZTKCB8SJEUK+K JbYQ== MIME-Version: 1.0 X-Received: by 10.236.82.46 with SMTP id n34mr14825725yhe.25.1393761914717; Sun, 02 Mar 2014 04:05:14 -0800 (PST) Date: Sun, 2 Mar 2014 17:35:14 +0530 Subject: Re: Can tuples be replaced with lists all the time? From: Ashish Panchal To: python-list@python.org Content-Type: multipart/alternative; boundary=20cf301b65e7d40a3a04f39e7b12 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393763283 news.xs4all.nl 2855 [2001:888:2000:d::a6]:39249 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67431 --20cf301b65e7d40a3a04f39e7b12 Content-Type: text/plain; charset=ISO-8859-1 No, not always. You can use yuples as dictionary key as keys are immutable and you can't use it as list. --20cf301b65e7d40a3a04f39e7b12 Content-Type: text/html; charset=ISO-8859-1
No, not always. You can use yuples as dictionary key as keys are immutable and you can't use it as list.
--20cf301b65e7d40a3a04f39e7b12--