summaryrefslogtreecommitdiff
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