ptthon-05

字符的转义 #\n 换行符 #\t 制表符 #\“ 双引号 #\‘ 单引号 #\ 反斜线 s = ‘Hello\tCharlie\nGood\tMorning’ print(s) 字符串的格式化: price = 100 print(‘The price of this book is %s’%price)#%s会自动调用 str(price) print(‘The price of this b
相关文章
相关标签/搜索
本站公众号
   欢迎关注本站公众号,获取更多信息