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