cost=0
counts=0
print(cost,counts,“Before prog”)
for range in[25,10,12,14,18,20]:
counts=counts+1
cost=cost+range
print(“costs”=cost,“counts1”=counts,“og value”=range)
print(“array implemented”)
in above code in line print(“costs”=cost,“counts1”=counts,“og value”=range) i got error mentioned in title