Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. import sys
  2.  
  3. line = ''
  4. for line in sys.stdin:
  5. line = line.rstrip('\n')
  6. print(line)
  7. print(line)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement