牛客374676145号
牛客374676145号
题解
题解 | #统计大写字母个数#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #统计大写字母个数#
413 浏览
0 回复
2022-03-05
牛客374676145号
+关注
统计大写字母个数
http://www.nowcoder.com/practice/434414efe5ea48e5b06ebf2b35434a9c
while 1: try: print([x.isupper() for x in list(input())].count(True)) except: break
Python3
举报
收藏
赞 2
评论加载中...