Comment installer Pygame dans Python 3.8
python3 -m pip install pygame==2.0.0.dev6
Puzzled Penguin
python3 -m pip install pygame==2.0.0.dev6
try:
pip install pygame
else:
pip3 install pygame
else:
python -m pip install pygame
else:
python3 -m pip install pygame
else:
py -m pip install pygame(this is my method)
(this is only for windows)
pip install pygame
import turtle
turtle.shape('turtle')
turtle.Screen().colormode(225)
turtle.Screen().bgcolor("blue")