index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a478.py
blob: 3315dc2f220637595e01da3e18c546669f001ff8 (
plain
)
1
2
3
def
empty_dit
(
list1
):
empty_dit
=
all
(
not
d
for
d
in
list1
)
return
empty_dit