index
:
clp
main
A small Python compiler with optimizer written in Java
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
progs
/
a425.py
blob: 00c5c34c10da4a135b871528f2eb219db2bb9d31 (
plain
)
1
2
def
smallest_num
(
xs
):
return
min
(
xs
)