Pythonスクリプトから、PCにインストールされている電卓を起動したり、pingのようなコマンドライン命令を実行したり、あるいは特定のファイルをOS標準のテキストエディタで開いたり…。 このように、Pythonプログラムの外部にあるアプリケーションや ...
# This will print all *.py files in the current directory print("### Find all *.py files in the current directory ###") ...