What is the process to run sub-process with pipes that connect both input and output?
Answer Posted / siva kumar reddy dandu
try to use subprocess module
x = subprocess.popen(command)
x.read()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between range () and xrange () in python 3?
Why does python print out none?
What is slicing in python?
Does python have private methods?
Is notepad ++ good for python?
What is meshgrid in python?
Who created python?
Differentiate between deep and shallow copy?
Explain raise keyword?
is there any maximum length expected for an identifier?
Can we use angularjs with python?
How to implement the decorator function, using dollar ()?
Is there a way to remove the last object from a list?
Is python list an array?
Can you build web apps with python?