字符串和經常使用的數據結構

使用字符串 def main(): # 不變字符串 str1 = 'hello,world' print(len(str1)) # 獲得字符串的長度 print(str1.upper()) # 得到字符串首字母大寫 print(str1.startswith('he')) # 檢查字符串是否以指定的字符串開頭 print(str1.endswi
相關文章
相關標籤/搜索