Forezz

ДЗ 10 Н 3

Aug 1st, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # _*_ coding: utf-8 _*_
  2. import sys
  3. fin = open("a.txt", "r")
  4. strings = fin.read().rstrip().split("\n")
  5. print(strings)
  6. fin.close
Advertisement
Add Comment
Please, Sign In to add comment