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