Comment savoir où Python est installé sur Windows

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