Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.206 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.60; '*S*': 0.01; 'subject:How': 0.09; 'hexadecimal': 0.16; 'subject:compare': 0.16; 'compare': 0.27; 'another': 0.32; 'subject:lists': 0.32; 'structure': 0.34; 'previous': 0.34; 'lists': 0.34; 'list': 0.34; 'saved': 0.35; 'to:addr:python-list': 0.36; 'thanks': 0.37; 'charset:us-ascii': 0.37; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'save': 0.60; 'subject: ': 0.61; 'reply-to:no real name:2**0': 0.71; 'online': 0.71; 'header:Reply-to:1': 0.80 From: "Jahn" To: python-list@python.org Date: Tue, 01 Sep 2015 07:08:48 +0200 MIME-Version: 1.0 Subject: How to compare lists Reply-To: jana1972@centrum.cz Priority: normal X-Mailer: Pegasus Mail for Windows (4.41) Content-Type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Mailman-Approved-At: Tue, 01 Sep 2015 09:23:54 +0200 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441092235 news.xs4all.nl 23775 [2001:888:2000:d::a6]:33181 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95821 1. How can I save 256 lists, each list has 32 values( hexadecimal numbers) 2. How to compare the saved lists with another 256 lists ( that are read online and have the same structure as the list one)? ( the first list must be saved in the previous step) E.g Thanks