script question

Stefano stefano at vulcanos.it
Fri Apr 17 03:00:05 EDT 2009


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



More information about the Python-list mailing list