Computer Science, asked by shwetad9444, 11 months ago

15 what command is used to output text from both the python shell and within a python module?

Answers

Answered by harshrajsingh567
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