I have a script like this

myscript.py

   def func01()
   def func02()
   def func03()
   ....
   def funcnn()

How can i execute my func in the code ?

import myscript
for i in range(1,n):
   myscript.func??

many thanks
stefano
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to