while True: try: order=list(input().split()) #一字串 if len(order)==1: if order[0] in "reset": print("reset what") else: print("unknown command") #两字串 elif len(order)==2: order_1=["reset","board","board","reboot","backplane"...