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
/
a517.py
blob: 3fa6364c42adc18784ad6b220eca1d9664024cfc (
plain
)
1
2
3
def
specified_element
(
nums
,
N
):
result
=
[
i
[
N
]
for
i
in
nums
]
return
result