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
/
a820.py
blob: ffdec8e5c7cc227ffd0dba1ffde54814fc0ab4cf (
plain
)
1
2
3
def Find_Min(lst): minList = min((x) for x in lst) return minList