level 1
大屁屁和小胖胖
楼主
Traceback (most recent call last):
File "C:\Users\*曦\AppData\Local\Programs\Python\Python38-32\PYECourse\threekingdoms.py", line 3, in <module>
txt = open("threekingdoms.txt").read()
FileNotFoundError: [Errno 2] No such file or directory: 'threekingdoms.txt'
求教大师,请问这是什么情况?运行出现这个提示。初学Python。#
谢谢。【图片】
2020年04月25日 02点04分
1
File "C:\Users\*曦\AppData\Local\Programs\Python\Python38-32\PYECourse\threekingdoms.py", line 3, in <module>
txt = open("threekingdoms.txt").read()
FileNotFoundError: [Errno 2] No such file or directory: 'threekingdoms.txt'
求教大师,请问这是什么情况?运行出现这个提示。初学Python。#