Python is installed but the Python app does not start

I have just installed Python version 3.13.1. The Command Prompt “Python --version” confirms that the Python is installed and the app appears when I search via the START icon.
But when I click on the app Python does not start. What I see is a pop up with options to Modify, Repair and Uninstall. But I cannot get the app to start. I tried the “Repair” option; also tried “Uninstall” and then re-install. I also re-booted my machine, but nothing helps.
I have a strong developer and coding background, but I’m new to Python.
Thank you in advance for any help or suggestions.
Roland

You are running the python setup program not the python interpreter.

Run cmd.exe to grt a terminal then type the command ’py`.
This will start python.

thank you Barry; with your comments I was able to start Python.
Have a happy and successful 2025.
Roland