convert tuple to string

Batista, Facundo FBatista at uniFON.com.ar
Mon Aug 11 08:29:41 EDT 2003


#- My Proglem is, I get after a query on a mysql database with 
#- module MySQLdb a
#- tuple but I need this output from database as a string.
#- can anybody help?

The best way to convert to a string is with str().

A general answer to a general question...

.	Facundo





More information about the Python-list mailing list