Basic Listview Example

Tim Delaney timothy.c.delaney at gmail.com
Fri Feb 22 15:49:47 EST 2013


On 23 February 2013 05:03, Xx7 <xxxx7xx at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20130223/e8a79f57/attachment.html>


More information about the Python-list mailing list