Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99250

Re: Is there an meaning of '[[]]' in a list?

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Joel Goldstick <joel.goldstick@gmail.com>
Newsgroups comp.lang.python
Subject Re: Is there an meaning of '[[]]' in a list?
Date Sun, 22 Nov 2015 19:08:50 -0500
Lines 29
Message-ID <mailman.56.1448237333.2291.python-list@python.org> (permalink)
References <750e1071-395b-4e9b-ad64-05faa174a5bf@googlegroups.com> <mailman.454.1447933236.16136.python-list@python.org> <V9s4y.489754$6i2.102301@fx35.am4>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de Ui8d334ifRWLXWWmK7S6BgRfPdPtQ/IHO5hALp8/N+mA==
Return-Path <joel.goldstick@gmail.com>
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; 'exercise': 0.03; 'cc:addr :python-list': 0.09; '22,': 0.09; 'thu,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '&gt;': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'suppose': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'subject:list': 0.26; 'message-id:@mail.gmail.com': 0.27; 'tutorial': 0.29; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'previous': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'list:': 0.35; 'nov': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'hi,': 0.38; 'url:mail': 0.40; 'some': 0.40; 'questions': 0.40; 'determine': 0.61; 'subject:there': 0.66; 'otten': 0.84; 'to:none': 0.91; 'joel': 0.91
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:cc :content-type; bh=Uo+QBCHaw9CiiEDTgr70F48yAu8tgKS7wO1+r9QRGlk=; b=dG1Fy6nuiBWkpOQO6vj8TOoNqL6lPUExaf354e4ckB3YnZF+S4ApdYxvu5XbBtOZAx /DnHI5p2tW/dI+cI5Byqb9S01SCFUk0HeZW8sU8XuWRoXPaoKm625ulcL18MwCTsfIXt 8+bVYXD0PUT7RK1cha/YbGyFc071JwA2d+eYht/T0kF/JoTwiZYCxQlRIFe7/sxz+AHf gr9IS/U/J/l0E5kEDtnXaWUq71WHKAP5EGezHSqhMjtfurUzFQvS5gWtPtSpIH89yoJO X9hTBYJ9JFeZo8WQFryW6ebf/H3qu47KdHPctyfnVI0UjVjyiUHI1lkN5diAcO4jskzQ hDuA==
X-Received by 10.50.107.3 with SMTP id gy3mr10925831igb.48.1448237330662; Sun, 22 Nov 2015 16:08:50 -0800 (PST)
In-Reply-To <V9s4y.489754$6i2.102301@fx35.am4>
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:99250

Show key headers only | View raw


On Sun, Nov 22, 2015 at 6:25 PM, Quivis <quivis@domain.invalid> wrote:

> On Thu, 19 Nov 2015 12:40:17 +0100, Peter Otten wrote:
>
> > those questions that are a little harder
>
> And just how is he going to determine what is hard?
> --
>   _____  __ __ __ __ __ __   __
>  ((   )) || || || \\ // ||  ((
>   \\_/X| \\_// ||  \V/  || \_))
>    Omnia paratus  *~*~*~*~*~*~*
> --
> https://mail.python.org/mailman/listinfo/python-list
>

from the OP:
Hi,
In the previous exercises, I see list:
cc=[[],[],[]]

This seems to refer to some tutorial maybe?

I suppose there could be some value in an exercise like this, but I don't
see it.

-- 
Joel Goldstick
http://joelgoldstick.com/stats/birthdays

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Is there an meaning of '[[]]' in a list? fl <rxjwg98@gmail.com> - 2015-11-19 03:28 -0800
  Re: Is there an meaning of '[[]]' in a list? Nagy László Zsolt <gandalf@shopzeus.com> - 2015-11-19 12:36 +0100
  Re: Is there an meaning of '[[]]' in a list? Peter Otten <__peter__@web.de> - 2015-11-19 12:40 +0100
    Re: Is there an meaning of '[[]]' in a list? Quivis <quivis@domain.invalid> - 2015-11-22 23:25 +0000
      Re: Is there an meaning of '[[]]' in a list? Joel Goldstick <joel.goldstick@gmail.com> - 2015-11-22 19:08 -0500
      Re: Is there an meaning of '[[]]' in a list? Peter Otten <__peter__@web.de> - 2015-11-23 09:57 +0100
      Re: Is there an meaning of '[[]]' in a list? Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2015-11-25 12:04 +0100
  Re: Is there an meaning of '[[]]' in a list? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-11-19 16:26 +0000

csiph-web