bagaimana mengetahui di mana python diinstal di windows

python -c "import os, sys; print(os.path.dirname(sys.executable))"
subham