0
Why are the test cases of this code failing?
4 Respostas
+ 2
Try removing the spaces, I'd guess the string comparison between your solution and theirs fails due to them, despite looking similar on the console.
+ 1
print( 'A \nB \nC \nD' )
0
#Shadow thank you very much for the great help rendered
0
Answer
print('A\nB\nC\nD')