how to update python 3 in ubuntu code example
Example 1: update ubuntu to python 3.85
sudo apt-get install python3.8
Example 2: update python ubuntu
$ sudo apt update -y
$ sudo apt install python3.7
sudo apt-get install python3.8
$ sudo apt update -y
$ sudo apt install python3.7