Zend certified PHP/Magento developer

Python uninstillation questions: Why is there still a python.exe after uninstalling on Windows? [duplicate]

I’m on Windows using Git Bash to use Linux commands. I typed in where Python and saw that I had two paths returned:

  • C:/Users/user/AppData/Local/Microsoft/WindowsApps/python (this is only an executable file)
  • C:/Python39

When I uninstalled python in the add or remove applications window in Python. It removed the files located at the C:/Python39 directory. But the executable still remains. What is the purpose of this executable if it doesn’t contain any of the scripts for python?