python updata pip code example
Example 1: how to update pip python
python -m pip install --upgrade pip
Example 2: command to upgrade python version
python -m pip install pip
#or
python -m pip install –upgrade pip
python -m pip install --upgrade pip