Help correct the error.
File "C:\...\TEST.py", line 12 (x \ y) ^ SyntaxError: unexpected character after line continuation character Here is the code itself
Work = True while Work: double = "" x = int(input()) y = int(input()) if x == 1: print(double) break elif x % y == 0: double += "0" (x \ y) else: double += "1" if x % y == 0: (x \ y) else: x-1