Spocoman

01. Read Text

Dec 27th, 2021 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. while True:
  2.     text = input()
  3.     if text == 'Stop':
  4.         break
  5.     print(text)
  6.  
Add Comment
Please, Sign In to add comment