For the function fun with no parameters in the module M, the statement "from M import fun as f" is written in the script file N.py. To call the function fun defined in the module M, the correct code written in N.py is ______.
A、fun();
B、N.fun();
C、f();
D、N.f()
发布时间:2024-09-27 11:37:21