Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user_text = input()
- output = ''
- for c in user_text:
- if c != " " and c != "," and c != ".":
- output += c
- print(len(output))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement