题解 | #统计大写字母个数#

统计大写字母个数

http://www.nowcoder.com/practice/434414efe5ea48e5b06ebf2b35434a9c

import string
#?print(string.ascii_uppercase)
n_str= input()
count = 0
for ele in n_str:
    if ele in string.ascii_uppercase:
        count+=1
print(count)

全部评论

相关推荐

只写bug的程序媛:人家说一本以上,不是及以上
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务