Guest User

Untitled

a guest
Apr 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. text = raw_input("Enter a text ")
  2. textsplit = text.split()
  3. count = len(textsplit)
  4. print "The word count is = " + str(count)
Add Comment
Please, Sign In to add comment