题解 | #HTTP状态码#

HTTP状态码

http://www.nowcoder.com/practice/99dba043761e43c2a6f931e2c5c247c7

while True:
    try:
        httpcode = int(input())
        if httpcode == 200:
            print("OK")
        elif httpcode == 202:
            print("Accepted")
        elif httpcode == 400:
            print("Bad Request")
        elif httpcode == 403:
            print("Forbidden")
        elif httpcode == 404:
            print("Not Found")
        elif httpcode == 500:
            print("Internal Server Error")
        elif httpcode == 502:
            print("Bad Gateway")
    except EOFError:
        break

全部评论

相关推荐

不愿透露姓名的神秘牛友
07-10 14:00
林子大了什么鸟都有啊,我觉得我说的已经很客气了,阴阳谁呢
牛客62656195...:应该不是阴阳吧?你第一次注册的时候boss就说你是牛人
点赞 评论 收藏
分享
06-02 15:17
门头沟学院 Java
心爱的idea:怎么会呢 应该是打招呼有问题 问就说实习6个月全国可飞随时到岗
点赞 评论 收藏
分享
不亏是提前批,神仙打架,鼠鼠不配了
站队站对牛:现在92都报工艺岗了
投递韶音科技等公司7个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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