how to upgrade python 3.7 to 3.9 ubuntu code example
Example 1: update ubuntu to python 3.85
sudo apt-get install python3.8
Example 2: downgrade python 3.8 to 3.7 ubuntu
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.7