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 update
Check the version of Python installed
python3 --version

Python is now installed.