Skip to content

Commit 41af2dd

Browse files
committed
Solutions to Python Sets section
1 parent 57540fa commit 41af2dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_, en_subscribers = input(), set(map(int, input().split()))
2+
_, fr_subscribers = input(), set(map(int, input().split()))
3+
print(len(en_subscribers.union(fr_subscribers)))

0 commit comments

Comments
 (0)