题解 | #统计字符#

统计字符

http://www.nowcoder.com/practice/539054b4c33b4776bc350155f7abd8f5

while True:
    try:
        a = input()
        a = list(a)
        e_word = 0
        num = 0
        space_num = 0
        other_word = 0
        for i in range(len(a)):
            if(a[i].isupper())|(a[i].islower()): #若是英文字母
                e_word += 1
            elif(a[i].isdigit()): #若是数字
                num += 1
            elif(a[i] == ' '): #若是空格
                space_num += 1
            else: #其他字符
                other_word += 1
        print(e_word)
        print(space_num)
        print(num)
        print(other_word)
    except:
        break
华为机试题解(prod.by kedao) 文章被收录于专栏

华为实习机试题解

全部评论

相关推荐

野猪不是猪🐗:把你的学校加黑,加粗,斜体,下划线,描边,内阴影,内发光,投影,外发光,再上渐变色,居中,放大到最大字号,再把简历里其它内容删了,就行了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
正在热议
更多
牛客网
牛客企业服务