I have this python code
while 1:
exec(input())
when I enter import os \nos.system("echo 1") I get this error
File "<string>", line 1
import os \nos.system("echo 1")
^
SyntaxError: unexpected character after line continuation character