extra line at end of output?

if enter an extra line at the end of my output, would the grading system mark me wrong? I mean to say, if in each test case I put in something like “answer\n”, I would end up with an extra line at the last test case. is this bad? is there a better way of doing it?

putting “\n” after last output will not affect your grading system. :slight_smile: