Re: [Tutor] print items in a list...

2009-04-16 Thread Kent Johnson
On Thu, Apr 16, 2009 at 1:37 PM, Spencer Parker wrote: > I have a script that is putting elements into a list.  Now instead of adding > a for blah in blah statement...is there an easy way to print out the > elements in a list that is similar to this?  I don't have an absolute length > on the size

Re: [Tutor] print items in a list...

2009-04-16 Thread spir
Le Thu, 16 Apr 2009 11:37:35 -0600, Spencer Parker s'exprima ainsi: > trying to clean up > messy code for the most part How does it look like? Denis -- la vita e estrany ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listin

[Tutor] print items in a list...

2009-04-16 Thread Spencer Parker
I have a script that is putting elements into a list. Now instead of adding a for blah in blah statement...is there an easy way to print out the elements in a list that is similar to this? I don't have an absolute length on the size of the list either since it changes depending on what I am searc