Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
winsound
as
s
4
def
c():
5
s.Beep(262, 300)
6
def
d():
7
s.Beep(292, 300)
8
def
e():
Callers
2
recipe-578620.py
File · 0.70
recipe-578505.py
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected