题解 | #配置文件恢复#

配置文件恢复

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

while True:
    try:
        s = input().split()
        key = ['reset board', 'board add', 'board delete', 'reboot backplane', 'backplane abort']
        value = ['board fault', 'where to add', 'no board at all', 'impossible', 'install first']
        if len(s) == 1 and s[0] in 'reset':
            print('reset what')
        elif len(s) == 2:
            count = 0
            for i in range(len(key)):
                if s[0] in key[i].split()[0] and s[1] in key[i].split()[1]:
                    count += 1
                    index = i
            if count == 1:
                print(value[index])
            else:
                print('unknown command')
    except:
        break

全部评论
bo a会有两组:board add、reboot backplane
点赞 回复 分享
发布于 2021-10-31 23:25

相关推荐

找不到工作死了算了:没事的,雨英,hr肯主动告知结果已经超越大部分hr了
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务