Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ben Finney Newsgroups: comp.lang.python Subject: Re: What meaning is 'a[0:10:2]'? Date: Mon, 16 Nov 2015 11:46:19 +1100 Lines: 23 Message-ID: References: <237d9a48-6db3-48aa-89b4-66730cdced7d@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de ZJjl94mYto0Vh8gaN562DAuZMo1CYohnXqHxQUIWfpow== Cancel-Lock: sha1:UGFxeD/nGI2SdDy311ucZ0r2Vls= Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.117 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.01; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'url:tutor': 0.16; 'anonymous': 0.22; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'header:X -Complaints-To:1': 0.26; 'tutorial': 0.29; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'community': 0.36; 'should': 0.36; 'url:org': 0.36; 'beginning': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'subject:[': 0.39; 'rather': 0.39; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'questions': 0.40; 'url:3': 0.60; 'address': 0.61; 'identify': 0.61; 'teaching': 0.69; '8bit%:21': 0.70; 'skip:\xe2 10': 0.70; 'engage': 0.72; '_o__)': 0.84; 'received:125': 0.84; 'subject::': 0.85; 'religion': 0.91; 'url:tutorial': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) 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: , Xref: csiph.com comp.lang.python:98862 (Please set a “From” address that has a name for you as an individual; “fl” is rather anonymous and doesn't help us to identify you in these conversations.) fl writes: > When I learn slice Are you working through the Python tutorial ? These are Python concepts that you will learn by working through the tutorial, from beginning to end. If you want to engage with a community dedicated to teaching Python newcomers, you should join the Python ‘tutor’ forum . -- \ “Philosophy is questions that may never be answered. Religion | `\ is answers that may never be questioned.” —anonymous | _o__) | Ben Finney