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
Can you list down some of the pdb commands for debugging python programs?
What good is recursion?
What apps are written in python?
What are python dictionaries?
Write code to print only upto the letter t.
What is sphinx linux?
What are the optional statements that can be used inside a
Differentiate between split(), sub(), and subn() methods of the re module?
What is the python decorator?
What is flask & its benefits?
What is the process to get the home directory using ‘~' in python?
What are built in types in python?
How do I install pip on windows?
What is the difference between uuid and guid?
What is the meaning of stdin in python?