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

Function a

recipes/Python/576659_/recipe-576659.py:5–10  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

3
4
5def a(n):
6 li=[]
7 for i in range(1,n+1):
8 li.append(i)
9
10 return li
11
12def c(i,li_a):
13 li=[]

Callers 5

funFunction · 0.70
recipe-574436.pyFile · 0.50
recipe-574437.pyFile · 0.50
recipe-65125.pyFile · 0.50
recipe-576952.pyFile · 0.50

Calls 2

rangeFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected