15 what command is used to output text from both the python shell and within a python module?
Answers
Answered by
0
Answer:
In the Python module, it is necessary to execute frequently Linux command and obtain the output of the command as string variable mode. There is a number of ways to execute a shell command and obtain output using Python. A naive way is to apply the Linux command, then save the output in a file and parse the file.
Similar questions