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
/
a925.py
blob: bf571548cb64d95641c24517db42c1870dcf980e (
plain
)
1
2
3
def
Find_Max_Length
(
lst
):
maxLength
=
max
(
len
(
x
)
for
x
in
lst
)
return
maxLength