+ 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 Antworten
+ 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