+ 3
Lesson 13 doesnât accept correct answer
It was asking me to list numbers 1-9 each on new line. I have wrote the code print() using \n starting from number 2 and it displays correct output, but SoloLearn does not think itâs correct answer. Can anyone help?
7 Answers
+ 5
remove spaces ^^
print(â1.\n2.\n3.\n4.\n5.\n6.\n7.\n8.\n9.â)
+ 1
you probably output some unexpected spaces ^^
+ 1
Did you follow each number with a dot?
+ 1
dont know how to insert code i wrote so Iâll just write it again here.
print(â1. \n2. \n3. \n4. \n5. \n6. \n7. \n8. \n9.â)
+ 1
ahhh
0
Hi! You can show your code in this topic?
0
I've already found your assignment. pay attention to step 10.1 of the lesson Newlines