import re while True: try: list2 = ["reset","reset board","board add","board delete","reboot backplane","backplane abort"] list4 = ["reset what","board fault","where to add","no board at all","impossible","install first"] list1 = str(input()).split(" ")#输入 execute...