how to get pygame on python 3.9 code example
Example 1: intall pygame
python3 -m pip install -U pygame --user
Wha?
Example 2: pygame download
py -m pip install -U pygame --user
python3 -m pip install -U pygame --user
Wha?
py -m pip install -U pygame --user