string.join question

mongo57a at comcast.net mongo57a at comcast.net
Wed Oct 2 22:24:39 EDT 2002


Thanks - it "kind of" works - but not quite. So now there is a part 2 of the
question:

value = 'aaa'
a = string.join(string.join(["'", value,"'"],''),',')

This should yield (what I want.....): 'aaa',

Instead it yields: ',a,a,a,'

??????????????????????? Looks crazy to me......


-----------== Posted via Newsfeed.Com - Uncensored Usenet News ==----------
   http://www.newsfeed.com       The #1 Newsgroup Service in the World!
-----= Over 100,000 Newsgroups - Unlimited Fast Downloads - 19 Servers =-----



More information about the Python-list mailing list