python 基础知识笔记(二)
摘要:import与from...import 在python中,import和from...import来导入相应的模块 将整个模块导入(somemodule),格式:import somemodule 从某个模块导入某个函数 ,格式:from somemodule import somefunctio
阅读全文
posted @ 2018-03-28 21:12
posted @ 2018-03-28 21:12
posted @ 2018-03-28 12:43
posted @ 2018-03-25 21:06
posted @ 2018-03-20 10:55
posted @ 2018-03-14 21:01