Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的程序在 IDLE 中运行良好,但每次在终端中运行时都会出现此错误,为什么?这是我的代码下面的错误图片,别担心它被保存忽略星星。
你在一个 python shell 里面。你不能像你正在尝试的那样调用另一个解释器。
从常规终端提示符尝试。
无需python在终端中输入,然后python Base64.py在 python 解释器中输入,只需python Base64.py直接在终端中输入即可。
python
python Base64.py