[EMAIL PROTECTED] a écrit : > Hi, > > I have a function called 'test' defined in A.py. > How can I call that function test in my another file B.py? > > Thank you. >
# b.py import A A.test() -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] a écrit : > Hi, > > I have a function called 'test' defined in A.py. > How can I call that function test in my another file B.py? > > Thank you. >
# b.py import A A.test() -- http://mail.python.org/mailman/listinfo/python-list