0
Can someone say, how to get pygame working?
When I print, import pygame, it says that there isn't any module called pygame. What do I need to do?
3 Réponses
+ 2
Then install it. Pygame is not a inbuild module of python . You need to install it . Using
pip install pygame using terminal
+ 1
You can't use Pygame module in sololearn.
0
Oh no