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
/
a720.py
blob: c5ce3e004f1927ea2d2188c82f5dd0872292a9dd (
plain
)
1
2
3
def
find_max
(
test_list
):
res
=
max
(
int
(
j
)
for
i
in
test_list
for
j
in
i
)
return
(
res
)