摘要: python3 字符串 string 1.python转义字符 1. \ 在行尾时表示续行符 print('Life is short. \ I learn python!') Life is short. I learn python! hello = "This is a rather long 阅读全文
posted @ 2021-09-01 16:40 YLu 阅读(267) 评论(0) 推荐(0)