列表的长度
https://www.nowcoder.com/practice/2b32ef2fd5bb42159e01121fac9fd496
name = input().split() print(len(name))
暂无评论,快来抢首评~
相关推荐