浙大版《Python 程序设计》题目集 第3章-15 统计一行文本的单词个数 (15分)

s = list(input().split())
print(len(s))
发布了33 篇原创文章 · 获赞 0 · 访问量 253

猜你喜欢

转载自blog.csdn.net/weixin_42229583/article/details/104589437
今日推荐