Python -Fangausgang zum Terminal

subprocess = subprocess.Popen("echo Hello World", shell=True, stdout=subprocess.PIPE)
Clean Cat