随笔分类 -  Python

摘要:'''@Desc:os模块的常用方法使用 os.getcwd() os.path.exists(dir) os.listdir(dir) os.path.join(dir, file) os.path.isfile(fullpath) os.path.isdir(fullpath) os.path. 阅读全文
posted @ 2020-07-13 20:44 就一点点 阅读(270) 评论(0) 推荐(0)
摘要:今天写了个python程序,代码中有print,但是执行完后,输出的结果就只有: Process finished with exit code 0 并没有将我打印的内容打印出来。 后来参考资料,总结有2点可能的原因: 1)File→settings→project→project interpre 阅读全文
posted @ 2020-06-29 15:35 就一点点 阅读(29769) 评论(0) 推荐(0)