Advertisement
Farz0l1x

Untitled

Mar 27th, 2024
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. file = open('9.txt')
  2. S = []
  3. for s in file:
  4.     a = list(map(int, s.split()))
  5.     for elem in a:
  6.         S.append(elem)
  7. s1, s2, s3, s4, s5, = {}, {}, {}, {}, {}
  8. for elem in s:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement