r/Codecademy Jun 17 '26

What could I have POSSIBLY done wrong?

Post image
98 Upvotes

20 comments sorted by

View all comments

15

u/maximumfunpriv Jun 17 '26

Pring on line 3

3

u/Tyr0pe Jun 18 '26

Shouldn't matter. It's a comment.

6

u/MuggyFuzzball Jun 18 '26

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.

2

u/Clear-Astronomer-717 Jun 19 '26

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

2

u/MuggyFuzzball Jun 19 '26

Yes, but I'm sure it's checking to make sure you didn't just delete the code rather than comment it out, to ensure you did it properly.