Rubykuby

Word Counter Python

Sep 9th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. print("Copy and paste your text.")
  2. wordList = input().split()
  3.  
  4. print(len(wordList))
Advertisement
Add Comment
Please, Sign In to add comment