I have no idea what you are asking for. So here is some random code: >>> a = ['Hello', 'How', 'Are', 'You?'] >>> ''.join(a) 'HelloHowAreYou?' >>> ','.join(a) 'Hello,How,Are,You?' >>> ' '.join(a) 'Hello How Are You?' >>> a[0] 'Hello' >>> a[1] 'How' -----Original Message----- From: python-list-admin at python.org [mailto:python-list-admin at python.org]On Behalf Of Jim Richardson Sent: Sunday, April 15, 2001 3:01 PM To: python-list at python.org Subject: string copy of a list I am stumped, str(listname) returns a string of list, but includes the commas and [] that the list would show if printed. I want a string copy of a list, is there a simple way I have missed? please? thanks -- Jim Richardson Anarchist, pagan and proud of it WWW.eskimo.com/~warlock Linux, because life's too short for a buggy OS. -- http://mail.python.org/mailman/listinfo/python-list
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4