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
/
a724.py
blob: 688179339374a1ad2b522e51e3523e8b0d83e43d (
plain
)
1
2
3
def remove_empty(list1): remove_empty = [x for x in list1 if x] return remove_empty