Sofya_Soloveva_

Untitled

Jul 28th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import sys
  2. fin = open('a.txt','r')
  3. count = 0
  4. for s in fin:
  5.     count += 1
  6. print(count)
Advertisement
Add Comment
Please, Sign In to add comment