Python/atom: 有没有安装包可以启用'raw_input()'功能?
Python/atom: Is there an installable package that will enable the 'raw_input()' function?
只是在寻找一个允许程序员在 python 程序中声明 'raw_input' 函数后输入信息的包。已经为我的项目安装了 code-运行 包,但我希望扩展我的代码。如果这样的包存在,请发表评论!非常感谢任何帮助。
Already have the code-running package installed
哪一个?有几个。我知道 script
、atom-runner
和 process-palette
未设置为处理用户输入。 Until/unless 他们添加了该功能,您正在寻找的是终端包。其中有几个。 script-runner
resolves into a terminal, while packages like termination
and atom-terminal-tab
生成终端,你可以用它做任何你想做的事。
只是在寻找一个允许程序员在 python 程序中声明 'raw_input' 函数后输入信息的包。已经为我的项目安装了 code-运行 包,但我希望扩展我的代码。如果这样的包存在,请发表评论!非常感谢任何帮助。
Already have the code-running package installed
哪一个?有几个。我知道 script
、atom-runner
和 process-palette
未设置为处理用户输入。 Until/unless 他们添加了该功能,您正在寻找的是终端包。其中有几个。 script-runner
resolves into a terminal, while packages like termination
and atom-terminal-tab
生成终端,你可以用它做任何你想做的事。