Hey everyone,
I am trying to finish the Gradient check assignment of week 1, but I am getting this nasty syntax error. Anyone have encountered this type of error before? I am not well versed on python syntax, I am comfortable enough just to use it in operation. Appreciate the help!
Hi @Rigers_Qarri ,
This kind of error is often related to a mismatch of parenthesis. For example, missing a close bracket in previous line of code.