题解 | #配置文件恢复# 细心就好,有少敲键盘的技巧

配置文件恢复

http://www.nowcoder.com/practice/ca6ac6ef9538419abf6f883f7d6f6ee5

import sys
_dic={
'reset board':'board fault',
'board add': 'where to add',
'board delete':'no board at all',
'reboot backplane':'impossible',
'backplane abort':'install first',
'he he':'unknown command'
}

for line in sys.stdin:
    ot='unknown command'
    l=line.strip().split(' ')
    if len(l)==1:
        if l[0] in 'reset':
            ot='reset what'
    elif len(l)==2:
        get=0
        for k in _dic.keys():
            kl=k.split(' ')
            if l[0] in kl[0] and l[1] in kl[1]:
                ot=_dic[k]
                get+=1
        if get!=1:
            ot='unknown command'

    else:
        pass

    print(ot)

全部评论

相关推荐

头像
11-06 10:58
已编辑
门头沟学院 嵌入式工程师
双非25想找富婆不想打工:哦,这该死的伦敦腔,我敢打赌,你简直是个天才,如果我有offer的话,我一定用offer狠狠的打在你的脸上
点赞 评论 收藏
分享
找不到工作死了算了:没事的,雨英,hr肯主动告知结果已经超越大部分hr了
点赞 评论 收藏
分享
点赞 1 评论
分享
牛客网
牛客企业服务