1. 首页
  2. 数据库
  3. 其它
  4. package os:Mys编程语言中的OS实用程序 源码

package os:Mys编程语言中的OS实用程序 源码

上传者: 2021-03-06 04:54:50上传 ZIP文件 17.27KB 热度 16次
操作系统 中的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
下载地址
用户评论