semi-Newbie question

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Fri Aug 11 03:24:59 EDT 2006


In <1155268855.612545.108870 at h48g2000cwc.googlegroups.com>, len wrote:

> mycode = "TagToSQL['mySQLfieldname'] = Tagfile['Value']"
> exec mycode

Why do you use ``exec`` here?  Why not simply::

  TagToSQL['mySQLfieldname'] = Tagfile['Value']

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list