From 4d61ae9b0853c4636bc1c11f25aa6b512e155623 Mon Sep 17 00:00:00 2001 From: Efe Date: Sat, 28 Dec 2019 17:00:21 +0300 Subject: [PATCH] my.py is deleted --- my2.py | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 my2.py diff --git a/my2.py b/my2.py deleted file mode 100644 index d41b6be..0000000 --- a/my2.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -_ = set(map(int, input().split())) -arr = input().split() -s1 = set(map(int, input().split())) -s2 = set(map(int, input().split())) - -print(s1) -print(s2) -print(s3) -print(sum([(i in s1)-(i in s2) for i in arr])) - -n, m = raw_input().split() - -sc_ar = raw_input().split() - -A = set(raw_input().split()) -B = set(raw_input().split()) -print sum([(i in A) - (i in B) for i in sc_ar]) -""" -A = set(input().split()) -B = set(input().split()) -print(A) -print(B) -print(A.issuperset(B)) \ No newline at end of file