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