Posts by Maroc • 3 points
1 post
-
0
votes1
answer2103
viewsQ: Installing and importing the Pygame module in Vscode
I am learning to program python through Vscode and found it difficult to import the pygame module. import pygame pygame.init() pygame.mixer.music.load('nomedamusica.mp3') pygame.mixer.music.play()…