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.
我正在做一个名为“banana”的项目,现在我想运行我已经编写的 Scratch 文件,但我只能找到绿色三角形,当你将鼠标悬停在它上面时会说“运行香蕉”,但无法运行我的 Scratch文件?
您可以通过右键单击并单击运行来运行脚本。在 Windows 上,您也可以按ctrl + alt + F10。(shift + F10在 Ubuntu 上)。如果这不起作用,您的 python 解释器可能有问题,请确保它的设置正确。
ctrl + alt + F10
shift + F10