Python 不会在 git bash (Windows) 中运行。当我在命令行中输入 python 时,它会将我带到一个空行,而不会像在 Powershell 中一样显示它已输入 python 3.9.1。它没有给我错误消息,但 python 就是不运行。
这就是我输入 python 时发生的情况。它只是冻结了。关于如何修复它的任何想法。我无法使用命令提示符,因为当我导入显示 ModuleNotFound 的模块时,它会导致一些错误。
Selvi@DESKTOP-H75HFL5 MINGW64 /
$ python
2*2
Run Code Online (Sandbox Code Playgroud)