Skip to content

Commit 6c133af

Browse files
author
hack505
authored
with pygame
1 parent 422ddd5 commit 6c133af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygame

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from pygame import mixer
2+
mixer.init()
3+
sound=mixer.Sound("bell.wav")
4+
sound.play()

0 commit comments

Comments
 (0)