Python3.9 - IDLE 설치

 

sudo apt-get install python3-dev
python3 -V
sudo apt-get install idle-python3.9


to Top