I need a hint | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

I need a hint

Having trouble with the 13 code challenge

29th Nov 2021, 1:23 AM
Debicon_rocks
Debicon_rocks - avatar
4 ответов
+ 1
You have already hint in question: You can use the \n newline character to create line breaks, or, alternatively, create the desired output using three double quotes """. If still dont know how, read again lection 10.1 about newlines
29th Nov 2021, 1:34 AM
PanicS
PanicS - avatar
+ 1
I did it. 😁 Thanks alot
29th Nov 2021, 1:49 AM
Debicon_rocks
Debicon_rocks - avatar
0
Ok
29th Nov 2021, 1:43 AM
Debicon_rocks
Debicon_rocks - avatar
- 1
The one thing that tends to trip people up in this challenge is that there can't be any spaces or your code won't pass the test.
29th Nov 2021, 1:40 AM
Simon Sauter
Simon Sauter - avatar