摘要: 运行结果: 阅读全文
posted @ 2018-03-25 20:22 klvchen 阅读(435) 评论(0) 推荐(0) 编辑
摘要: 字符串定义 s1 = 'string' s2 = "string" s3 = '''this's a "string"''' s4 = 'hello \n klvchen.com' s5 = r"hello \n klvchen" s6 = 'c:\windows\nt' s7 = R"c:\win 阅读全文
posted @ 2018-03-25 16:32 klvchen 阅读(212) 评论(0) 推荐(0) 编辑