Courageous <jkraska1 at san.rr.com> writes: > Not getting it: I want > s = "abc" > l = list(s) > <something>(l) > "abc" import string string.join(l, "") |>oug