
I pre-defined the function and imported it.
For example
def DM(a,b):
return False;
And when I write a code that calls a function, I see an error like the image on the link.
DM("BD_01/CM","BD_02/CM")
How can I fix it?
[Modified 2 years ago]