The examples for the text_analyzer() function are strange and I think wrong
Examples
$> python3 count.py 'Hello World!'
The text contains 8 character(s):
- 2 upper letter(s)
- 8 lower letter(s)
- 1 punctuation mark(s)
- 1 space(s)
Why "Hello World!" contains only 8 characters ?
Thks
Fixed on:
The examples for the text_analyzer() function are strange and I think wrong
Examples
Why "Hello World!" contains only 8 characters ?
Thks
Fixed on: