python equivalent of php implode

Maksim Kasimov kasimov at i.com.ua
Wed Apr 27 03:35:34 EDT 2005


done. thanks

> 
> 
> Try another paramstyle (see http://python.org/peps/pep-0249.html), e. g.
> 
> .... ",".join(["%s"] * len(keys)) ...
> 
> instead of
> 
> .... ",".join(["?"] * len(keys)) ...
> 
> Peter
> 
> 
> 


-- 
Best regards,
Maksim Kasimov
mailto: kasimov at i.com.ua



More information about the Python-list mailing list