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