题解 | #字符串最后一个单词的长度#
字符串最后一个单词的长度
http://www.nowcoder.com/practice/8c949ea5f36f422594b306a2300315da
def laststringlen(s): L1 = s.split(' ') return len(L1[-1]) s = input().strip() print(laststringlen(s))
字符串最后一个单词的长度
http://www.nowcoder.com/practice/8c949ea5f36f422594b306a2300315da
def laststringlen(s): L1 = s.split(' ') return len(L1[-1]) s = input().strip() print(laststringlen(s))
相关推荐
牛至超人:我了个雷
1.实习经历写太长了吧,精简一点,你写那么老多,面试官看着都烦
2.项目经历你放俩竞赛干啥