大王叫我打老虎,使用特殊培训技能写了python语言:name=input("请输入商品期货名称:")stock_price=input(str("请输入商品期货价格:"))stock_code=input('请输入商品期货代码:')stock_daily_growth_factor=input(str("请预测商品期货合约涨幅差额:"))growth_days=input(str("请输入预测商品期货天数:"))print(f"商品期货名称:%s,商品期货代码:%s" %(name,stock_code))finally_stock_price=float(stock_price)*float(stock_daily_growth_factor)**int(growth_days)print("最终预测商品期货价格:%s" %finally_stock_price)