Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ c
Function
c
recipes/Python/576659_/recipe-576659.py:12–18 ·
view source on GitHub ↗
(i,li_a)
Source
from the content-addressed store, hash-verified
10
return
li
11
12
def
c(i,li_a):
13
li=[]
14
for
j in li_a:
15
if
j!=i:
16
li.append(j)
17
18
return
li
19
20
def
form(i,li_c,one):
21
li=[]
Callers
2
fun
Function · 0.70
recipe-528937.py
File · 0.50
Calls
1
append
Method · 0.45
Tested by
no test coverage detected