MCPcopy Create free account
hub / github.com/ActiveState/code / c

Function c

recipes/Python/578620_music_module/recipe-578620.py:4–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2## music.py
3import winsound as s
4def c():
5 s.Beep(262, 300)
6def d():
7 s.Beep(292, 300)
8def e():

Callers 2

recipe-578620.pyFile · 0.70
recipe-578505.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected