Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!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.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; '[1,': 0.09; 'url:faqs': 0.09; 'to:name:python-list': 0.15; 'example?': 0.16; 'read:': 0.16; 'url:catb': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'tim': 0.18; 'email addr:gmail.com>': 0.20; 'elements': 0.23; 'somebody': 0.23; 'header:In-Reply-To:1': 0.25; 'thanks!': 0.26; 'possibly': 0.27; 'message-id:@mail.gmail.com': 0.27; 'basic': 0.30; 'could': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'url:org': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'provide': 0.62; '2013': 0.84; 'delaney': 0.84; 'elements:': 0.84; 'subject:Basic': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=mYya8U0ZptIeLE+r7qwQnRRxpJIYYW/fTYh7PwbJr/U=; b=RIaTt8xpF/zNYeu+KTvSrkEYmZgiGio1PuOiDr7j58+7+JplJ6Zj8c/WJ3ntieWO4T BZZGIA+tkcDlZauPMICBGWrmqjihjT40gpGoZUwzWJLz+xwnix0k5M2flQGQ8OOmoMzM k/7IoOZzPsaHMecIe0IOmL05y3zJ38Gv/3/A3MEB6ymfPPQJkUSQYUHE42uYISotF1Pw B+UbvwXJ6gUE2fmZzQjkNQKIpV1meSsnbUlH7EQsPeLHTalYvuJYVszsIVQoKeeiDv9c kvRiJJCx6pT9/G5td9S+bnrJw5UWEo0Uo7xMGz78yG9h7HHzcq3RL3zMIjEX19BBgaFW xP3Q== MIME-Version: 1.0 X-Received: by 10.60.5.231 with SMTP id v7mr1341288oev.62.1361566187477; Fri, 22 Feb 2013 12:49:47 -0800 (PST) In-Reply-To: <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com> References: <024d2304-e7e1-425c-973a-533e75c919eb@googlegroups.com> Date: Sat, 23 Feb 2013 07:49:47 +1100 Subject: Re: Basic Listview Example From: Tim Delaney To: Python-List Content-Type: multipart/alternative; boundary=e89a8ff25350f1599204d656548d 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: 39 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361566190 news.xs4all.nl 6901 [2001:888:2000:d::a6]:56542 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39611 --e89a8ff25350f1599204d656548d Content-Type: text/plain; charset=UTF-8 On 23 February 2013 05:03, Xx7 wrote: > Hi, could somebody possibly provide a basic listview example? thanks! > elements = [1, 2, 3] for e in elements: print(e) If you were after something else, please read: http://www.catb.org/esr/faqs/smart-questions.html Tim Delaney --e89a8ff25350f1599204d656548d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 23 February 2013 05:03, Xx7 <xxxx7xx@gmail.com>= wrote:
Hi, could somebody possibly provide a basic listview example? =C2=A0thanks!=

elements =3D [1, 2, 3]

for e in elements:
=C2=A0 =C2= =A0 print(e)

If you were after something else, please re= ad:

Tim Delaney
--e89a8ff25350f1599204d656548d--