Advertisement
bl00dt3ars

01. Read Text

Oct 31st, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. name = input()
  2.  
  3. while name != "Stop":
  4.     print(name)
  5.     name = input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement