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
/
a556.py
blob: 1ae9d582e20cd7d61d6ffe9bc015dfb44e9f9494 (
plain
)
1
2
3
def remove_tuple(test_tup): res = tuple(set(test_tup)) return (res)