y_value = y_plan*23.8 + 3.2 #23.8是当前y_train中最大值和最小值的差,3.2是最小值 print ("预计商品销售额:",y_value, "千元")