박진형

wav files

import pygame
import time
pygame.mixer.init()
test = pygame.mixer.Sound("test1.wav")
while True:
bang.play()
time.sleep(2.0)