How do i handle a system(“pause”) when interacting with an command line programm using subprocess.popen

后端 未结 0 1821
长情又很酷
长情又很酷 2020-12-13 04:08

I am trying to interact with a c++ program using python.

Imagine the c++ program looks like this:

#include 

int main(){
    std::cout          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题