Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.05; 'see.': 0.07; 'cc:addr:python-list': 0.10; 'concatenate': 0.16; 'relevant,': 0.16; 'wrote:': 0.17; '>>>': 0.18; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'skip:[ 10': 0.26; 'am,': 0.27; 'subject:list': 0.28; 'initial': 0.28; 'no,': 0.29; 'subject: ?': 0.30; 'list': 0.35; 'but': 0.36; 'subject:with': 0.36; 'subject:: ': 0.38; 'mean': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'dont': 0.64; 'header:Reply-To:1': 0.68; 'received:74.208': 0.71; 'reply-to:no real name:2**0': 0.72; 'received:74.208.4.194': 0.84 Date: Thu, 25 Oct 2012 05:31:11 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: inshu chauhan Subject: Re: can we append a list with another list in Python ? References: <901739839.1116059.1350990465261.JavaMail.root@sequans.com> <50890388.8030809@davea.name> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:06OtDZKbMPStawTz4LS4rcEWJjc8w8Q44XgQEjYdQwh 4vDSt7Ppz6iqlhunP14fupwW5CUnlfaVNg757DuPjSFWbmYXMc fEtPaoVQtBamBxiKKGdlBL9ZzVOJkAtAMMd+KKW8Hmm+TCFCTg 2+U13a8cBOa37p515F5DMBz+qB3GeR/KPuWUXryZzI93Oe2hx9 ryKxI6+pT9WdJAdS8kIIR83H6RfgYmwa3Th5kr4cRjPfEyNFPn n5tJAoZVqrHocYC7lBWP03gdtSK4FOCKdZXAUOTWakuBzVW3ih jjmE+3nClwy2P/IRrTgk9qxG/JazlZm1oO2chqigQ2NjZNicw= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: d@davea.name 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351157493 news.xs4all.nl 6869 [2001:888:2000:d::a6]:48308 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32100 On 10/25/2012 05:21 AM, inshu chauhan wrote: >> >> or if the clist initial contents were relevant, perhaps you mean >> >>> clist += alist, blist >> > > But not this because it will simply concatenate the list like > [1,2,3,4,5,6] .. I dont want this actaully... > >> No, it won't. Try it to see. -- DaveA