karolinagergert

Untitled

Jul 29th, 2019
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. import sys
  3. fin = open('a.txt', 'w')
  4. m=list(input(). split())
  5. fin.close()
  6.  
  7. fout = open('a.txt', 'r')
  8. i=0
  9. for i in range(len(m)):
  10. print(m[i])
  11. i+=1
  12. fout.close()
Advertisement
Add Comment
Please, Sign In to add comment