在python shell中测试时,我总是需要输入一些导入内容,比如:[GCC 4.4.3] onlinux2
Type "help", "copyright", "credits" or "license" for more information.这意味着我运行一些命令进入python shell,它已经为我完成了导入,还有一个python
我有一个小程序(Program A),它要求输入密码,如果密码正确,它会打开一个shell。我想用python编写另一个程序(Program B),它调用program A并输入密码,这样shell就可以打开了。Password: Here is your shell.~/Desktop/$ (this is not the shell opened by p