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