Seems like there are two October rainfall variables. I was forced to update my code to correct this error. Was that supposed to be like that?
Hi @webpro17411,
october_rainfall
shows up in the finished code twice, here:
october_rainfall = 7.20
annual_rainfall += october_rainfall
Those should be the only occurrences of october_rainfall
, though.