華爲機試在線訓練–牛客網(python)

華爲機試在線訓練–牛客網(python) 第一部分(1~10) 第一題:求字符串最後一個單詞的長度 #coding=utf-8 str = raw_input("") space_sky = ' ' if space_sky in str: str_sp = str.split(' ') print len(str_sp[-1]) else: print len(str)
相關文章
相關標籤/搜索