Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- coding: utf-8 -*-
- import sys
- fin = open('a.txt', 'w')
- m=list(input(). split())
- fin.close()
- fout = open('a.txt', 'r')
- i=0
- for i in range(len(m)):
- print(m[i])
- i+=1
- fout.close()
Advertisement
Add Comment
Please, Sign In to add comment