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.
我在 Python 3.3 中使用 IDLE 命令提示符,当我输入多行命令时,我看到的是一个空行,而不是包含三个点的多行提示符。我知道这是一件小事,但是有人知道如何启用多行提示吗?
下载梦派。它将提示分为两部分,一个工作区和一个结果区。
除此之外,它与 IDLE 非常相似。
http://www.dreampie.org/download.html
正如其他人所指出的,IDLE 不会显示您正在寻找的三个点;但是,如果你必须拥有它们,你总是可以通过在终端中输入“python”并按 ENTER 从终端运行 python。要从终端退出 python,您可以键入“exit()”或“quit()”,然后按 Enter。