Light Mode
Dark Mode
What's the meaning of "no trailing spaces" ?

Hello, the description seems to allow input with several consecutive spaces. If so, what's the expected result of

cut_sentence("Hi my  name is Alex", 6)

I tend to favour

"Hi my..."

, though code resulting in

 "Hi my ..."

seems to pass all tests as well. Maybe we could add a clarification?

Created: Sept. 18, 2022, 10:02 a.m.
Updated: Sept. 18, 2022, 12:18 p.m.
0
25
User avatar
mu_py