我使用vscode来编写python程序,安装了code runner插件,但是对于输入语句input无法在code runner中输入,在终端里面可以输入,想问一下有没有能在code runner中输入的方法
setting.json中加一句"code-runner.runInTerminal": true,