MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / last

Function last

Music-Player/music_player.py:7–8  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

5
6
7def last(list):
8 return list[-1]
9
10
11def music_name():

Callers 1

music_nameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected