sudo apt update
sudo apt install python3
If you need the python3-pip package (Python package installer), you can install it with
sudo apt install python3-pip
python3 --version