Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ List.py
File
List.py
List.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
List = []
2
# List is Muteable
3
# means value can be change
4
List.insert(0, 5)
# insertion takes place at mentioned index
Callers
nothing calls this directly
Calls
5
insert
Method · 0.45
remove
Method · 0.45
append
Method · 0.45
pop
Method · 0.45
reverse
Method · 0.45
Tested by
no test coverage detected