42-AI / bootcamp_python

Bootcamp to learn Python for Machine Learning
Other
407 stars 128 forks source link

8 characters instead of 13 #253

Closed PlumeRoberts closed 1 month ago

PlumeRoberts commented 1 year ago

The subjects gives the following:

>>> text_analyzer()
What is the text to analyze?
>> Hello World!
The text contains 8 character(s):
- 2 upper letter(s)
- 8 lower letter(s)
- 1 punctuation mark(s)
- 1 space(s)

But there are 13 characters

Fixed on: