I need help.
I can't get this code to work. Can you help me with this? _code1 = input() _code2 = input() _code3 = input() _code4 = input() _code5 = input() _code = _code1 + _code2 + _code3 + _code4 + _code5 class lexer(): def lexer(_code, _code1, _code2, _code3, _code4, _code5): def isEmpty(_code): if _code == "": print("No output") def code(_code, _code1, _code2, _code3, _code4, _code5): if "out" + (_code2 + ";") or ("out" in _code2 + (_code3 + ";")) or ("out" in _code3 + (_code4 + ";")) or ("out" in _code4 + (_code5 + ";")) in _code: print(_code2 or if "out" in _code2 + _code3: print(_code3) or if "out" in _code3 + _code4: print(_code4) or if "out" in _code4 + _code5: print(_code3)) lexer.lexer(_code, _code1, _code2, _code3, _code4, _code5).isEmpty lexer.lexer(_code, _code1, _code2, _code3, _code4, _code5).code(_code1, _code2, _code3, _code4, _code5) It says that the if in the print statement in the other if statement has a syntax error. Also, here is the link: https://www.sololearn.com/compiler-playground/cO0zO571ik6L