Hello, tutors. I'm attempting to make a string from the items of a list.For example, if the list is ["3", "2", "5", "1", "0"], I desire the string "32510".
I've looked into str.join(), but I can't figure it out. Can someone either point me in a different direction, or explain how join() works?
Thank you, ~Corey Richardson _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor