昨天我试用了Python,一切都很顺利。但今天当我醒来并运行PyCharm时,它拒绝运行任何pythong代码。最小的例子:
代码:
def main():
print("Text")
if __name__ == '__main__':
main()
结果:
C:\Python34\python.exe D:/Python/TestProject/src/__init__.py
Process finished with exit code 0
有谁知道我做错了什么