Python 13.3 not found after being downloaded in installed in terminal on Mac running Sonoma 14.6.1

I am new to this and am trying to use my terminal to access Python and all i get is “zsh: command not found: python” when i type in python --version

Try using python3. If you do not see the version you expect check that your ~/ .zprofile had added the location of python you installed to the PATH. It is a default option when you install python from python.org.