Python實現"最後一個單詞的長度"的三種方法

給定一個由大小寫單詞加空格" "組成的的字符串,返回字符串中最後一個單詞的長度html 若是不存在最後一個單詞,就返回0python 注意:單詞只由非空字母組成算法 Example:spa Input: "Hello World" Output: 5 1:利用string.split(str="", num=string.count(str)) - 以 str 爲分隔符切片 string,若是
相關文章
相關標籤/搜索