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 関数内にある場合、組み込み Python 構成で C\C++ から呼び出されたprint場合、Python はどこに移動しますか?print
print
Python では、埋め込みアプリでもprintステートメントがsys.stdout(標準出力に) 書き込まれます。アプリケーションを起動したコンソールに出力が表示されるはずです。
sys.stdout