判断题
os.path.exists(path/filename)函数用来检验给出的路径是否真地存在
正确
判断题 os.name可以用来判断现在正在实用的平台,Windows返回‘nt’;Linux返回’posix’
判断题 os.system(mspaint)方法用来运行画图工具
判断题 os模块中os.rename(’abc.txt’,’readme.txt’)的功能是进行文件的复制