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
/
a358.py
blob: 9da0de3c91434ce5ab9f2c60f40a249b2d18a900 (
plain
)
1
2
def Average(lst): return sum(lst) / len(lst)