Advertisement
Alelluja

Untitled

Dec 21st, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. f = open("plik.txt", "r")
  2.  
  3. linesCount = 0
  4. for line in f.readlines():
  5. linesCount += 1
  6. print(linesCount)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement