
28 Mar
2007
28 Mar
'07
5:09 p.m.
On 28/03/07, Steve Schafer
Another alternative:
mylist = [ quite_lengthy_list_item_number_one , quite_lengthy_list_item_number_two , quite_lengthy_list_item_number_three ]
I see this a lot. My personal preference is: mylist = [ foo, bar, baz, qux, quux, foo, bar, baz, qux ] -- -David House, dmhouse@gmail.com