
Windows 11 에서 Python install 및 기본 동작 확인하기 " 다운로드 링크 " 1. 공식 사이트: https://www.python.org/downloads/windows/최신 버전 기준 Python 3.13.5 Download Windows installer (64-bit)2.설치 파일 실행 후 > "Add Python to PATH" 체크! > "Install Now" 클릭 3. CMD 접속(Windows Key + R, cmd 입력) 및 Python 실행 후 대화형 Shell TEST# cmd 에서 Python 실행python# Python 대화형 Shell TESTPrint("Hello World")Next > VSCode에 Python 확장 설치