0
I need a hint
Having trouble with the 13 code challenge
4 Answers
+ 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
+ 1
I did it. đ
Thanks alot
0
Ok
- 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.