GIAC Python Coder (GPYC) GPYC Question # 11 Topic 2 Discussion

GIAC Python Coder (GPYC) GPYC Question # 11 Topic 2 Discussion

GPYC Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

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()


Get Premium GPYC Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.