Advertisement
desislava_topuzakova

01. Read Text

May 8th, 2021
1,106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. text = input()
  2.  
  3. while text != "Stop":
  4.     print(text)
  5.     text = input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement