summaryrefslogtreecommitdiff
path: root/progs/a277.py
diff options
context:
space:
mode:
Diffstat (limited to 'progs/a277.py')
-rw-r--r--progs/a277.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/a277.py b/progs/a277.py
new file mode 100644
index 0000000..0f01baa
--- /dev/null
+++ b/progs/a277.py
@@ -0,0 +1,3 @@
+def check_tuples(test_tuple, K):
+ res = all(ele in K for ele in test_tuple)
+ return (res) \ No newline at end of file