index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a412_mod.py
blob: 8b35459794002dbe8d8b4bed5bbcbada719c3e3c (
plain
)
1
2
3
def
specified_element
(
nums
,
N
):
result
=
[
i
[
N
]
for
i
in
nums
]
return
result