问题描述:
[多选]
已知M模块中有两个函数f1和f2,则在脚本文件N.py中要导入M模块的f1和f2,正确的写法是()。
A.from M import f1,f2
B.from M import f1 and f2
C.from M import *
D.from M import f1 as f2
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.119)
- 热门题目: 1.数据仓库是随着时间变化的,下 2.pthread_create 3.对矩阵乘法串行程序的主体三重
