# coding:utf-8 # temp = "hello\world" # print temp # 原生字符串:raw 所见即所得 # raw_input # input # temp = r"hello world" # print (temp)