判断字母_python3

判断是不是字母

http://www.nowcoder.com/questionTerminal/91a588dd4cd244bfa616f17603ec123c

while True:
    try:
        c = input()
        if str.isalpha(c):
            print('{} is an alphabet.'.format(c))
        else:
            print('{} is not an alphabet.'.format(c))
    except EOFError:
        break
全部评论

相关推荐

05-09 13:22
门头沟学院 Java
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务