我一直试图让代码开始,并且有一天,它有效,但现在,Pycharm不再运行它了。它没有给我任何错误,所以我只剩下:
" C:\ Program Files \ Python36 \ python.exe" " C:/ Users / ******** / PycharmProjects / Xtractor / Xtractor Code.py"
处理完成,退出代码为0
这是我尝试运行的代码:
def Xtractor(self):
test_file = open(DMCA, 'r')
lines = test_file.readlines()
print(lines)