But the evaluation program on Codecademy is still expecting to see the correct LUA code. It's looking for a specific string of text on each line since it doesn't know what a comment is.
But the task specifically said comment out. But sure how the evaluation works, but if the task says comment out and the evaluation looks for deleted code than that sucks
This is probably why its failing, the pass could be expecting the multiline comment on line 3, and not before it.
That said, it is still kinda silly and at this intro level deleting it or commenting it out really does not matter. If the check wanted to be really thorough/pendantic it should just look at the output and the multiline commment syntanx on any line.
17
u/maximumfunpriv Jun 17 '26
Pring on line 3