j
k
j a
j l
At 03:24 PM 2/17/2003, Dylan Reinhardt wrote:
return ''.join(item for item in some_list])
Correction... that should be: return ''.join([item for item in some_list]) Sorry, Dylan
Back to the thread
Back to the list