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
/
a625.py
blob: 72a246e46e09a4d12f67d9224e7425044ef31742 (
plain
)
1
2
def split_two_parts(list1, L): return list1[:L], list1[L:]