update python 3.8 on ubuntu code example
Example 1: update ubuntu to python 3.85
sudo apt-get install python3.8
Example 2: update ubuntu to python 3.85
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update