Como saber onde o Python está instalado no Windows

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