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
import turtle
turtle.shape('turtle')
turtle.Screen().colormode(225)
turtle.Screen().bgcolor("blue")