while 1: try: command = input() CandA = [['reset', 'reset board', 'board add', 'board delete', 'reboot backplane', 'backplane abort'], ['reset what', 'board fault', 'where to add', 'no board at all', 'impossible', 'install first']] if ' ' not in command and c...