XOR Strings 2

  • + 1 comment

    just use joao_g2000's answer in python 3 to pass the problem as it looks like a lot of the other languages are bugged.

    I tried in node.js, but there is no strings_xor function given. I added code that output the correct answer, but you can't satisfy the note as you need to add lines to output the answer. The problem itself is super simple, but you can't pass it bc you have to add lines.

    Note: You can modify at most three lines in the given code and you cannot add or remove lines to the code.