import pygame, sys import time pygame.init() pygame.mixer.init() sounda = pygame.mixer.Sound("sad.wav") sounda.play()