Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: Python と Tcl を接続する創造的な方法を知っていますか?
python では、いくつかの値を入力として TCL スクリプトに入れ、実行させてから、その出力を使用する必要があります。どうすればいいですか?
ありがとう
subprocess Python モジュールを使用して実行できます。