标签: python tkinter
我在ScrolledText应用程序中有Tkiner,其中我应该在其中编写python代码并且我有一个按钮,按下我将这些代码行发送到{{1} }
ScrolledText
Tkiner
此InteractiveInterpreter().runcode("code as a string")方法返回runcode()对象并显示NoneType上的输出 但我希望以字符串格式输出,我尝试使用cmd,但它对我没用。有一些方法可以做到吗?
InteractiveInterpreter().runcode("code as a string")
runcode()
NoneType
cmd
exec()