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
/
a835.py
blob: f40783800f9172356ac42ef725432f0182053e84 (
plain
)
1
2
def check_Consecutive(l): return sorted(l) == list(range(min(l),max(l)+1))