[Tutor] Making String

Corey Richardson kb1pkl at aim.com
Tue Aug 10 21:49:28 CEST 2010


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


More information about the Tutor mailing list