My out seems right by I’m missing a space before the word three | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

My out seems right by I’m missing a space before the word three

https://code.sololearn.com/c3f6d7CYsw4u/?ref=app

5th Apr 2022, 9:14 PM
Yones Mussa
1 ответ
0
// my output == "(\n one\n two\n (\n three\n )\n)\n". // result output == "(\n one\n two\n (\n three\n )\n)\n" Its hard to see in here. The result should have two spaces b4 the word three but mine is only doing one space.
5th Apr 2022, 9:15 PM
Yones Mussa