Guest User

Untitled

a guest
Jul 15th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. while True:
  2. phrase = input("Type in a phrase: ")
  3. if phrase != "":
  4. print(phrase.upper())
  5. else:
  6. break
Add Comment
Please, Sign In to add comment