-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python-Module-00 Ex03 #246
Comments
Hello @sirius911, Have a nice day |
Hello, $> python3 count.py 'Hello World!'
The text contains 8 characters:
- 2 upper letter(s)
- 8 lower letter(s)
- 1 punctuation mark(s)
- 1 space(s) 8 characters means 8 lower letters ?(I am talking about the first line displayed and not the detail that follows) |
Hello, |
The count does not refer to lowercase or uppercase. |
Hello, thank you for answering, but i'm still confused, because based on the example you gave, this one (from subject) is wrong: >>> text_analyzer("Python 2.0, released 2000, introduced
features like List comprehensions and a garbage collection
system capable of collecting reference cycles.")
The text contains 143 character(s):
- 2 upper letter(s)
- 113 lower letter(s)
- 4 punctuation mark(s)
- 18 space(s) can you please investigate this case? |
Oh ! I remember, it is referring to printable characters |
PR has been done, it is waiting for review from the boss |
The examples for the text_analyzer() function are strange and I think wrong
Examples
Why "Hello World!" contains only 8 characters ?
Thks
Fixed on:
The text was updated successfully, but these errors were encountered: