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
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息