summaryrefslogtreecommitdiff
path: root/progs/a768.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a768.py')
-rw-r--r--progs/a768.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/a768.py b/progs/a768.py
new file mode 100644
index 0000000..ab1612a
--- /dev/null
+++ b/progs/a768.py
@@ -0,0 +1,5 @@
+def check_tuplex(tuplex,tuple1):
+ if tuple1 in tuplex:
+ return True
+ else:
+ return False \ No newline at end of file