python字符串

1.字符串的定義 a = 「hello」 b = ‘westos’ c = 「what’s up」 d = ‘what’s up’ e = 「」" 用戶管理系統 1.添加用戶 2.刪除用戶 3.顯示用戶 「」" print(a) print(b) print© print(d) print(e) print(type(e)) 2.字符串的特性 #索引: 0,1,2,3,4 索引值默認從0開始 s
相關文章
相關標籤/搜索