Loading

随笔分类 -  python模块编程

笔记整理
摘要:模块 模块导入 使用import 模块名 每一个python代码页 都属于一个模块 安装外部模块 指令 pip install module_name 内置模块 系统调用交互模块 os os.getcwd() str 返回当前python工作路径绝对路径 os.listdir() 获取文件目录所有文 阅读全文
posted @ 2021-08-21 13:07 guxuanyan 阅读(118) 评论(0) 推荐(0)