If the variable `example` contains a handle to a subprocess object, which of the following would show all of the possibl
Posted: Mon Aug 01, 2022 9:35 am
If the variable `example` contains a handle to a subprocess object, which of the following would show all of the possible results of running the subprocess?
A. example.stdout.read()
B. example.recv(*)
C. example.read()
D. example.stdout.read()+example.stderr.read()
A. example.stdout.read()
B. example.recv(*)
C. example.read()
D. example.stdout.read()+example.stderr.read()