python中的字符串

字符串的定義 a = 'hello' b = "python" c = """ 用戶管理系統 1.添加用戶 2.刪除用戶 3.顯示用戶 """ print(type(a)) print(type(b)) print(type(c)) print(a) print(b) print(c) 字符串常用的轉義符號 \n:換行 \t:一個tab鍵 \t:在控制檯輸出一個製表符,協助我們在輸出文本時
相關文章
相關標籤/搜索