Python popen.communicate() with multiple stdin writes?

As per python's documentation: Note that if you want to send data to the process’s stdin, you need to create the Popen object with stdin=PIPE. Similarly, to get anything other than None in the result tuple, you need to give stdout=PIPE and/or stderr=PIPE too.

Just changed the post to show the creation of the subprocess with the PIPE attribute, I think I did that right, im assuming so as the communicate() object will works and shouldnt work unless stdin=PIPE is present, jt – jonathan topf Dec 13 at 17:19.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions