MySQL Forums
Forum List  »  Connector/Python

Re: Printing array values
Posted by: Geert Vanderkelen
Date: April 19, 2011 05:37AM

I don't see a Python/MySQL problem in your question..
Your problem is very basic Python, I suggest you read through beginners tutorials at python.org.

>>> l = ["a","b","c"]
>>> print ','.join(l)
a,b,c

Cheers,
Geert

Geert Vanderkelen
Software Developer at Oracle

Options: ReplyQuote


Subject
Written By
Posted
April 13, 2011 10:25PM
Re: Printing array values
April 19, 2011 05:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.