cmds = { ('reset', 'board') : 'board fault', ('board', 'add') : 'where to add', ('board', 'delete') : 'no board at all', ('reboot', 'backplane') : 'impossible', ('backplane', 'abort') : 'install first' } while True: try: words = input().split(' ') if len(words...