update python3 code example
Example 1: python update pip3
pip3 install --upgrade pip
Example 2: how to install python3 in ubuntu
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8