python中的字符串

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