网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
已知MyModule模块中有一个无参函数fun,且在脚本文件N.py中有“importMyModuleasM”,则在N.py中要调用MyModule模块中的fun函数应使用“M.fun()”。()
此题为判断题(对,错)。
参考答案
更多 “ 已知MyModule模块中有一个无参函数fun,且在脚本文件N.py中有“importMyModuleasM”,则在N.py中要调用MyModule模块中的fun函数应使用“M.fun()”。() 此题为判断题(对,错)。 ” 相关考题
考题
已知在脚本文件N.py中有函数调用“B.c”,其中B是A包中的模块,则import语句的正确写法是。()
A、fromAimportBB、fromA.BimportcC、importA.BD、importA.B.c
考题
已知在脚本文件N.py中有函数调用“B.c()”,其中B是A包中的模块,则import语句的正确写法是()。
A.import A.B.cB.import A.BC.from A import BD.from A.B import c
考题
已知M模块中有两个函数f1和f2,则在脚本文件N.py中要导入M模块的f1和f2,正确的写法是()。A.from M import f1,f2B.from M import f1 and f2C.from M import *D.from M import f1 as f2
考题
已知M模块中有一个无参函数fun,且在脚本文件N.py中有“from M import fun”,则在N.py中调用M模块中fun函数的方式为()。A.fun()B.N.fun()C.M.fun()D.N.M.fun()
考题
5、已知M模块中有两个函数f1和f2,则在脚本文件N.py中要导入M模块的f1和f2,正确的写法是()。A.from M import *B.from M import f1 and f2C.from M import f1,f2D.from M import f1 as f2
考题
1、已知M模块中有一个无参函数fun,且在脚本文件N.py中有“from M import fun”,则在N.py中调用M模块中fun函数的方式为()。A.fun()B.N.fun()C.M.fun()D.N.M.fun()
热门标签
最新试卷