Welcome to Python.org
The official home of the Python Programming Language
www.python.org
접속후 Downloads

다운 받은후 실행

Add Python 3.10 to PATH (환경변수 추가) 체크후
Install Now 클릭
설치 완료후 cmd창을 열어서 확인하기
python -V 또는 python --version

python 실행하기
python 입력

프롬프트가 >>>로 변경됨.
python 끄기
exit() 또는 컨트롤 + z 입력후 Enter

참고사이트 : https://jtk1727.tistory.com/11