I type python into the command line, but the command prompt says that python is not recognized as an internal or external command, operable program, or batch fi
Seems like the python executable is not found in your PATH, which defines where it is looking for executables. See the official instructions for instructions on how to get the python executables in your PATH.