原生字符串

# coding:utf-8

# temp = "hello\\world"
# print temp


# 原生字符串:raw   所见即所得
# raw_input
# input
# temp = r"hello\n\tworld"
# print (temp)

 

posted @ 2019-07-15 22:58  水果、、  阅读(129)  评论(0编辑  收藏  举报