Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ music_name
Function
music_name
Music-Player/music_player.py:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
11
def
music_name():
12
global my_music, music_number
13
return
last(my_music[music_number].split(
'/'
))
14
15
16
def
play_music():
Callers
3
next_music
Function · 0.85
previous_music
Function · 0.85
music_player.py
File · 0.85
Calls
2
last
Function · 0.85
split
Method · 0.80
Tested by
no test coverage detected