how to upgrade python 2.7 to 3 in 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