Hi all,
Have a question which is making me unrest:
-Calling a method say aMethod() from another method where i mistakenly
initialised a variable with name same as the called method like aMethod =
'string'. When i run this py script triggered "Unbound Local error".
can any one explain me whats g
Hi all,
Have a question which is making me unrest:
-Calling a method say aMethod() from another method where i mistakenly
initialised a variable with name same as the called method like aMethod =
'string'. When i run this py script triggered "Unbound Local error".
can any one explain me whats g
D-
How can I substitute a variable into a list ?
ex:
list()
var = 'Prog'
list.append($Prog) //error occur here
--
Warm Regards,
Hari
--
http://mail.python.org/mailman/listinfo/python-list