29 Mar
2007
29 Mar
'07
1:09 a.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