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
/
a28.py
blob: 36453f9655d9584f93648f69b179808db9fce826 (
plain
)
1
2
3
4
5
6
def Split(list): ev_li = [] for i in list: if (i % 2 == 0): ev_li.append(i) return ev_li