根据提议判断是否进行了操作,注意边界即可   while True:     try:         cwords = input().split(";")         operation = ['A', 'D', 'S', 'W']       &nb...