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
/
a768.py
blob: ab1612adcbb745eeb08128c82de4eb9f6497e760 (
plain
)
1
2
3
4
5
def check_tuplex(tuplex,tuple1): if tuple1 in tuplex: return True else: return False