xerotic

Untitled

Aug 10th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. while True:
  2.     phrase = raw_input("Please input your phrase you will like to encode: ")
  3.     if phrase == "":
  4.         pass
  5.     else:
  6.         break
Add Comment
Please, Sign In to add comment