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
/
unparsable_programs
/
a112.py
blob: bb98f8ed8220f5b5745c5d417923df90fc4a0095 (
plain
)
1
2
3
def check_valid(test_tup): res = not any(map(lambda ele: not ele, test_tup)) return (res)