Advertisement
MatveyL

23esdf

Jan 23rd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. a = int(input())
  2. B = [0]*a
  3. print(A)
  4. for i in range(a):
  5. f,g = map(int,input().split())
  6. A[i].append(f)
  7. A[i].append(g)
  8. print(A)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement