- purpose:
I want to invoke the shell script in python. The shell script has operations to receive input, and I want to enter these commands in python.
description: here is the execution of a .sh shell script, the main function is to have the relevant configuration.
here you need to enter the relevant commands configured by the script, and then execute the logic. How to do it in python?