Potential error in #0E4 test

I’m currently working on #0E4 and I’m confused about the output of this test. Why would print "(" + "" + ")" return nothing as suggested by the output here. Please let me know if I’m missing something
Edit: it looks like the output is expecting an empty line before the (), but that seems to be inconsistent with the previous tests with similar multiline string print statements.

Looks like the expected "" is for the end of the previous case, namely there is a blank line after 83 which also needs to be accounted for.

image

It looks like it contradicts previous test cases such as this

Thanks for highlighting this! We definitely need to edit the demo in the instruction section.

We’ve just updated both the stage instructions and the tester, to make it easier to discern the trailing empty line.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.