Install Python 3

Install Python 3.

sudo apt install -y python3

If the version of python3 is displayed, installation is OK.

python3 --version

Associated Information