study Python3【2】导入模块
摘要:
import 与 from...import 在 python 用 import 或者 from...import 来导入相应的模块。 将整个模块(somemodule)导入,格式为: import somemodule 从某个模块中导入某个函数,格式为: from somemodule impor 阅读全文
posted @ 2021-09-27 09:31 USEGEAR 阅读(34) 评论(0) 推荐(0) 编辑