리눅스와 맥 컴퓨터에는 대개 Python 인터프리터가 있다.
https://docs.python.org/3/using/unix.html
https://docs.python.org/3/using/mac.html
리눅스와 맥 컴퓨터에서는 특별히 다른 버전의 Python 인터프리터를 사용하려는 경우가 아니면,
대개 미리 설치되어 있는 Python 인터프리터를 사용하면 됩니다.
윈도우 컴퓨터에서 Python 프로그램을 실행하려면
Python 인터프리터를 설치해야 한다.
https://docs.python.org/3/using/windows.html
윈도우 컴퓨터에는 기본적으로 Python 인터프리터가 없습니다.
https://www.python.org/downloads/에서 찾거나
다른 여러 종류의 Python 인터프리터 중에 적당한 것을 선택해서
설치해야 윈도우 컴퓨터에서 Python 프로그램을 실행할 수 있습니다.
Google에서 빌려쓰는 Python 용 컴퓨터, Colaboratory
https://colab.research.google.com
Google의 Colaboratory를 이용하면
Python 인터프리터가 이미 설치되어 있는 컴퓨터를
웹브라우저(Chromium, Firefox 등)로 접속해서 사용할 수 있습니다.