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
/
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
)