SyntaxFix
Write A Post
Hire A Developer
Questions
import subprocess string="echo Hello world" result=subprocess.getoutput(string) print("result::: ",result)