Installing Python 3.9 on Ubuntu 20.10:
To install Python on Ubuntu 20.10 open the terminal (ctrl + alt + t).
Update apt
sudo apt update
Install Python 3
sudo apt upgrade
Check the version of Python installed
python3 --version
Python is now installed.
2nd command should be “upgrade”