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
/
a951.py
blob: ab1e4c96fcb18ea7382fef37c0c3e4178c393123 (
plain
)
1
2
3
def
big_diff
(
nums
):
diff
=
max
(
nums
)
-
min
(
nums
)
return
diff