We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422ddd5 commit 6c133afCopy full SHA for 6c133af
pygame
@@ -0,0 +1,4 @@
1
+from pygame import mixer
2
+mixer.init()
3
+sound=mixer.Sound("bell.wav")
4
+sound.play()
0 commit comments