Bug Report for https://neetcode.io/problems/python-string-concatenation
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
The function calls set is print(concatenate("Hello ", "world!")) but it is expecting the result to be Too long!
Either the function call or the expected value needs to be changed.
I tried reseting the code just to be sure it was not done by mistake, but the issue is still persistent.
