摘要: 2.5.1 转义字符 price = 108 print("The book's price is %s" % price) 运行结果: The book's price is 108 上面第二行代码中,print函数包括三个部分,第一部分是格式化字符串(它相当于字符串模版),该格式化字符串中包含一 阅读全文
posted @ 2020-09-18 15:19 luchildren 阅读(160) 评论(0) 推荐(0)