Skip to content

Commit 7304032

Browse files
committed
Clean sandbox.py
1 parent 29b8d34 commit 7304032

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sandbox.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
dance = []
2-
M = 3
3-
for _ in range(M):
4-
k, *x = map(int, input().split())
5-
dance.append(set(x))
6-
7-
print(dance)
8-
print(k)

0 commit comments

Comments
 (0)