Guest User

Untitled

a guest
Dec 10th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. phrase = input("enter a word: ")
  2. length =
  3. if length > 5:
  4. print("big word!")
  5. else:
  6. print("Short word!")
Add Comment
Please, Sign In to add comment