资讯

Contribute to apachecn/apachecn-ctf-wiki development by creating an account on GitHub.
Python 中的 os 模块和 sys 是比较常用的模块,os 全称为 Operation System,sys 全称为 System。使用这两个模块之前必须进行导入(集成于 Python,无需额外安装): 可以看到,当前工作目录就是项目目录,即 Learning-Notebook-Codes 这个项目 ...