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
/
a899.py
blob: d6a633b9dfaba036e7b743375f936ee3c421bb76 (
plain
)
1
2
def nth_items(list,n): return list[::n]