List -> Tuple

Joseph Wilhelm jwilhelm at outsourcefinancial.com
Wed Oct 31 11:22:03 EST 2001


Is there a simple way to convert a list into a tuple, like a built-in
function for that? Or is the easiest way to just iterate through the list
and append to a tuple?

--Joseph Wilhelm





More information about the Python-list mailing list