print('\\\n') a = input() print(a) output: \ #对字符串\\\n的输出 \\\n #input接收的输入 \\\n 综上所述:input会对输入原样输出,不进行转义