Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
def
a(n):
6
li=[]
7
for
i in range(1,n+1):
8
li.append(i)
9
10
return
li
11
12
def
c(i,li_a):
13
li=[]
Callers
5
fun
Function · 0.70
recipe-574436.py
File · 0.50
recipe-574437.py
File · 0.50
recipe-65125.py
File · 0.50
recipe-576952.py
File · 0.50
Calls
2
range
Function · 0.85
append
Method · 0.45
Tested by
no test coverage detected