施行完毕python之后进入交互模式
执行完毕python之后进入交互模式
import code interp = code.InteractiveConsole(globals()) interp.interact("")