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
/
a781.py
blob: d70c0c82ac2c2a1e055e439cb53543cd6ba542df (
plain
)
1
2
3
def Find_Max(lst): maxList = max((x) for x in lst) return maxList