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
/
a644.py
blob: e7386b866ab2570361bb73cd7943a84618b2a581 (
plain
)
1
2
3
4
def all_unique(test_list): if len(test_list) > len(set(test_list)): return False return True