package os:Mys编程语言中的OS实用程序 源码
操作系统 中的OS实用。 文件和文件夹示例 from os import cd from os import cwd from os import exists from os import mkdir from os import rm from os import touch from os import which def main (): if which ( "ls" ) is not None : print ( "executable ls found" ) mkdir ( "foo" ) cd ( "foo" ) print ( "Current working directory is" , cwd ()) touch ( "bar" ) if exists ( "bar" ): print
文件列表
package-os-main.zip
(预估有个20文件)
package-os-main
.gitignore
7B
package.toml
122B
README.rst
1KB
.github
workflows
pythonpackage.yml
744B
FUNDING.yml
16B
pylintrc
18KB
examples
暂无评论