Guest User

Untitled

a guest
Nov 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. from sys import stdin
  2.  
  3. for line in stdin:
  4. if line == 'end':
  5. print('equal')
Add Comment
Please, Sign In to add comment