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