Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. listi = []
  2. f = open("hrutar.txt", "r")
  3. for x in f:
  4.     listi.append(f.readline())
  5. print(listi)
  6. spilastokkur = []
  7. for x in listi:
  8.     tilvik = Hrutar(x[0])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement