Hi, I have a list containing numbers. I want to join this list in to a string which I can then output. The problem is I cant seem to join list of non-string items in to a string.
My list looks something like: list = [5,7,20,19,49,32] I could loop through the list outputing each number individually but I am sure there is a nicer method of doing it. Cheers Eddie _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor