install idle code example
Example 1: install idle on ubuntu
sudo apt-get install idle3
Example 2: idle python download
# Python downloads IDLE on default when it's installed.
# So you already should have it, but in case you don't, then:
# Reinstall python and make sure you tick the box that says "Install IDLE" or something like that
Example 3: how to install python IDE command line linux
#install:
sudo apt-get install idle3
#run:
idle