MCPcopy Create free account
hub / github.com/ActiveState/code / form

Function form

recipes/Python/576659_/recipe-576659.py:20–27  ·  view source on GitHub ↗
(i,li_c,one)

Source from the content-addressed store, hash-verified

18 return li
19
20def form(i,li_c,one):
21 li=[]
22 li.append(i)
23 count=0
24 for i in one:
25 count=count+1
26 li.insert(count,li_c[i-1])
27 return li
28
29
30

Callers 1

funFunction · 0.70

Calls 2

appendMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected