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
/
a458.py
blob: a0e1d24e3762e4c5ef87e218e37e41ff4cf6dec0 (
plain
)
1
2
3
def Find_Min_Length(lst): minLength = min(len(x) for x in lst ) return minLength