When I am executing an utility, blab, and it will ask yes or no for confirmation, what can I do? Thanks,
The code is as below:
proc = subprocess.Popen("blab delete {}".format(num), shell=True, stderr=subprocess.STDOUT, stdin=subprocess.STDIN) stdout_value = proc.communicate()[0]