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!newsfeed2.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.027 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'subject:using': 0.09; 'used.': 0.09; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'advance.': 0.19; 'aug': 0.22; 'header:In-Reply- To:1': 0.27; 'function': 0.29; 'strongly': 0.30; 'then.': 0.30; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'received:google.com': 0.35; 'functions.': 0.36; 'subject:List': 0.36; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you'll": 0.62; 'note:': 0.66; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lOsJSwJjXuzYSVdY6wI2YTAbPGAnJ8tAV9BGdKjBFb0=; b=Yz6hHtwM7hG+wElpUIp2onkiXcioeWHYrUooPLKv4/rP3a5fQo/1LKWlshqXk0OLK1 TAyK00KBWvbqNtk/mFPTg739LXHBlaWwHStKp508xiQ2oQ3uVo8OJlxYHYNOH3VAceQf B4WvP0xrShN2uNoUr7GqKY9Tj0VXSFbvBmJDJF+hxzrkIcNxfMXKJT4Z2WiSbKkBPgkx aQGGX1vQSCC3DYRnGCfzBu4nDpnLKSGMvu6tYrh6YXLSY1JkLE1U+B6EPbjljpcYsRe4 dbdZopO3zNWBVXLrHnpw0qV75WgRfwRLk8QoeEh/KlF8CGKJA1172ITOqnVltLBMdKZ0 ZCcg== MIME-Version: 1.0 X-Received: by 10.220.105.199 with SMTP id u7mr7972526vco.1.1377410601765; Sat, 24 Aug 2013 23:03:21 -0700 (PDT) In-Reply-To: <39cf54bd-3772-448a-a56e-74e0b3cc8017@googlegroups.com> References: <39cf54bd-3772-448a-a56e-74e0b3cc8017@googlegroups.com> Date: Sun, 25 Aug 2013 16:03:21 +1000 Subject: Re: Checking homogeneity of Array using List in Python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377410609 news.xs4all.nl 16000 [2001:888:2000:d::a6]:54363 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52968 On Sun, Aug 25, 2013 at 3:50 PM, wrote: > NOTE: NO INBUILT FUNCTION BE USED. Thank you in advance. You'll have to do your own homework, then. Python strongly favours the use of inbuilt functions. ChrisA