0
What's the problem with this code of mine?
print('1. \n2. \n3. \n4. \n5. \n6. \n7. \n8. \n9.')
3 Answers
+ 1
No space after dot (for the task to complete)
+ 1
Add a space between the \n and the number.
print('1. \n2. \n3. \n4. \n5. \n6. \n7. \n8. \n9.')