Uninstall python

how do i completely uninstall python, from my pc, it’s been giving me issues and so i want re install it instead of modifying or repairing

Depends on how you installed python chnages how you need to uninstall it.

Given you are seeing modifying/repairing, I’m going to assumse you are using Windows OS and downloaded an .exe installer from python.org.

Are you expect to see a python prompt; but all you see if the repair/modify?

If so you are running the python installer, that .exe you downloaded.
Delete that .exe you no longer need it.

Start a Windows Terminal, CMD for example, and type py.
You should now have a python prompt.

You can find more Windows specif info at 4. Using Python on Windows — Python 3.14.3 documentation

Have you tried the method of uninstalling via the Add / Remove Programs tool available on your PC? Type “add remove programs” on the search bar located at the bottom of your screen terminal, then hit enter. The Apps > Installed apps window will appear. Scroll until you see Python. Once you find it, click the three dots. The option to uninstall it will appear. Click to uninstall.