0
Using using line breaks for python
Hereâs the code. print('''1.\n2. \n3.\n4.\n5.\n6.\n7.\n8.\n9.''') For some reason itâs not showing that I have the right answer even though the output matches the answer can anyone help please? Thanks
2 Answers
+ 2
I see a space after "2.". Try removing that
+ 1
Thank You!