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